Created
April 16, 2014 14:05
-
-
Save tiagovignatti/10881009 to your computer and use it in GitHub Desktop.
chromium and ozone-wayland patches organization
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
tiago@fisu:~/git/chromium/src$ git rev-parse --abbrev-ref HEAD | |
master-ozone | |
tiago@fisu:~/git/chromium/src$ git log --pretty=oneline -5 | |
423d87a2a35eeb0dba9c965b29e1e78b0e24d1f0 OzoneChannel: Add needed support in Content. | |
f1305f2d861e537fdfe20b95b3724d3deb2c3c5b Add support to provide external ozone files in views. | |
c8ceae0bfbaa8c3f753a9600e7d23e142749c26a EGL specific changes for Wayland. | |
65e0719a9c0e3cbbb5a7e966515bda4bd11c1b3d browser: Support Desktop Aura creation on Ozone | |
b0d5d7e2620dc95df15cea76e873e25f542bef39 SVN changes up to revision 262376 | |
tiago@fisu:~/git/chromium/src$ cd ozone/ | |
tiago@fisu:~/git/chromium/src/ozone$ git rev-parse --abbrev-ref HEAD | |
master | |
tiago@fisu:~/git/chromium/src/ozone$ git log --pretty=oneline -5 | |
5d2464aa0d6dd6076beb0b2e4147830da6c236a1 Gardening: Remove unnecessary Resize related IPC call | |
563f12a6e3cefb5b32338ac7f0feaaa827fb5640 Gardening: Adopt to PlatformEventSource. | |
034c207550419fb7f7be1be07dbe8639c2525edc Style: Line should be <= 80 character. | |
7c77ef17f5f1229d2915c7a132c93a4fef03c340 Gardening: Adopt to SurfaceOzoneEGL changes. | |
46ded7c4df3385e7a0c1a95d0b8385e82b7d1fcd Gardening: Notify widgets when they are shown or hidd | |
tiago@fisu:~/git/chromium/src/ozone$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment