summaryrefslogtreecommitdiffstats
path: root/recipes-wam/chromium/chromium_git.bb
AgeCommit message (Expand)AuthorFilesLines
2022-09-05chromium: fix wayland protocol version checks.Jose Dapena Paz1-1/+1
2022-07-31wam: use gRPC for internal IPC.needlefish_13.92.0needlefish/13.92.013.92.0Jose Dapena Paz1-1/+1
2022-06-13chromium, wam: fix repository branches.Jose Dapena Paz1-1/+1
2022-06-13chromium91=ose17.agl,wam=ose57: update Chromium and WAM to webOS OSE 2.16 bas...Jose Dapena Paz1-2/+2
2022-05-26chromium: drop browser and mksnapshot packaging.Jose Dapena Paz1-4/+0
2022-05-13chromium, html5-*: adapt to kirkstoneJose Dapena Paz1-1/+5
2022-05-13chromium=91.0.4472.114.ose11.agl, wam=ose57.aglJose Dapena Paz1-6/+6
2022-05-13wam, chromium, html5-*: improve initial frame, and drop usage of config.xmlJose Dapena Paz1-1/+1
2022-03-24chromium87: fix initialization of drag data controllerJose Dapena Paz1-1/+1
2022-03-07meta-agl-demo: use HTML5 homescreen+background+launcher in HTML5 demoJose Dapena Paz1-1/+1
2022-02-21chromium: fix build with sandbox host compilerJose Dapena Paz1-1/+1
2022-02-15chromium, wam: update to chromium87 tree.Jose Dapena Paz1-0/+83
: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */ }
#include <stdio.h>

#define COMMENT(x) printf("\n----" x "----\n");
#define STR(x) #x
#define STR2(x) STR(x)
#define TEST(x) \
    if (!(x)) { \
        fprintf(stderr, "\033[31;1mFAILED:\033[22;39m " __FILE__ ":" STR2(__LINE__) " " #x "\n"); \
        status = 1; \
    } else { \
        printf("\033[32;1mOK:\033[22;39m " #x "\n"); \
    }