Ssadrul@chromium.orgevents: Cleanup the EventDispatcher API.
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
JavaBitmap class JNI clean up, add new functionality Replaces hard-coded JNI with generated JNI. Add function to decode drawable resource from Android Framework. BUG= Review URL: https://chromiumcodereview.appspot.com/10958058 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@158445 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Add a ListModel::Move. It will be used for app list drag-n-drop reodering. BUG=117090 TEST=ListModelTest.* should pass. R=sky@chromium.org Review URL: https://chromiumcodereview.appspot.com/10956052 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@158469 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
events: Cleanup the EventDispatcher API. These API functions are not used anymore. So remove these. Update a test to still test that event-handlers receive events in correct phase in the right order. BUG=none Review URL: https://codereview.chromium.org/10956045 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@158876 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
events: Cleanup the EventDispatcher API. These API functions are not used anymore. So remove these. Update a test to still test that event-handlers receive events in correct phase in the right order. BUG=none Review URL: https://codereview.chromium.org/10956045 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@158876 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Revert 157567 - Revert 156318 - I had originally tried to build upon http://codereview.chromium.org/10869066/, but the number of functions that needed to return (or needed to cope with) DestroyedType's was spiralling out of control and it seemed likely that a mistake would be made and bugs introduced. pkotwicz suggested I make the layer animator ref counted, and this seemed to be a much simpler and safer approach. This way, whenever we're in a LayerAnimator function that may notify observers, we create a scoped_refptr<LayerAnimator> for |this|. If the animator's owning layer gets deleted by an observer, then |this| will be safely destroyed when the function exits and the scoped_refptr falls out of scope. BUG=147435 TEST=LayerAnimatorTest.ObserverDeletesAnimatorAfter[FinishingAnimation|StoppingAnimation|Scheduling|Aborted] Review URL: https://chromiumcodereview.appspot.com/10919195 TBR=sky@chromium.org Review URL: https://codereview.chromium.org/10942034 Review URL: https://codereview.chromium.org/10956055 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@158197 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
JavaBitmap class JNI clean up, add new functionality Replaces hard-coded JNI with generated JNI. Add function to decode drawable resource from Android Framework. BUG= Review URL: https://chromiumcodereview.appspot.com/10958058 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@158445 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Revert 158211 - Revert 158076 - Implement blacklist's force GPU capability in dual GPU machines. This is part 2. In part one we implement the semantics in blacklist. Now we hook it up with the "real" forcing code. For now we only hook it up with Mac CGL port. BUG=140114,131276,111720 TEST=tree Review URL: https://codereview.chromium.org/10909221 TBR=zmo@chromium.org Review URL: https://codereview.chromium.org/10959061 TBR=tzik@chromium.org git-svn-id: svn://svn.chromium.org/chrome/trunk/src@158213 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
ash: Use different hit-test outer-region for mouse and touch events. The hit-region for windows need to be larger for touch events to allow resizing windows easily, while continuing to use a smaller hit-region for mouse-events. BUG=135187 Review URL: https://chromiumcodereview.appspot.com/10854060 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150870 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Add new png files for: http://codereview.chromium.org/10993020/ TBR=estade@chromium.org,sky@chromium.org TBRing for newt@chromium.org BUG= Review URL: https://codereview.chromium.org/10993020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@158673 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Make shared memory segments writable only by their rightful owners. BUG=143859 TEST=Chrome's UI still works on Linux and Chrome OS Review URL: https://chromiumcodereview.appspot.com/10854242 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@158289 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Get 'all_unittests' and 'test_suite' building for iOS. BUG=None. Review URL: https://chromiumcodereview.appspot.com/10834364 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152411 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
ui: No need to typedef testing::Test in unittests. TEST() macro should be used instead. TEST=ui_unittests R=sky@chromium.org Review URL: https://chromiumcodereview.appspot.com/10808072 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148710 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Bunch of boilerplate to set up a process, ipc, etc. Only hooked up in "aura_demo --viewer" right now, and doesn't actually accomplish anything other than opening a window yet. Review URL: https://codereview.chromium.org/10872002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@157367 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Revert 158792 - views: Remove content dependency from views package. Copied form https://chromiumcodereview.appspot.com/10915159. BUG=105557,141187 TBR=ben@chromium.org Review URL: https://codereview.chromium.org/10960035 TBR=grt@chromium.org Review URL: https://codereview.chromium.org/10983036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@158796 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Remove two functions on WebContentsDelegate which didn't belong in content. They were only called from Chrome. Review URL: https://codereview.chromium.org/10978016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@158725 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Upstreaming SelectFileDialog for Android Upstreaming the Select File Dialog and its dependencies needed for Chrome on Android BUG=116131 Review URL: https://chromiumcodereview.appspot.com/10916160 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@157424 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Add myself to ui/OWNERS for mac-related changes. Also convert file to unix line endings. BUG=none Review URL: https://chromiumcodereview.appspot.com/10826239 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151039 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Move ResourceBundle, DataPack to ui/base BUG=none TEST=none TBR=brettw Review URL: http://codereview.chromium.org/6263008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72038 0039d316-1c4b-4281-b951-d872f2087c98 | 15 年前 | |
JavaBitmap class JNI clean up, add new functionality Replaces hard-coded JNI with generated JNI. Add function to decode drawable resource from Android Framework. BUG= Review URL: https://chromiumcodereview.appspot.com/10958058 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@158445 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Move wallpapers to ash/resource TBR=sky@chromium.org BUG=141663 TEST=none Review URL: https://codereview.chromium.org/10910264 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@156728 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Properly flip the CGContext during UIImage->SkBitmap conversions. Skia's origin is in the upper-left whereas CG's origin is in the lower-left, so the CGContext needs to be flipped in order to prevent the resulting image from being upside-down. TBR=thakis@chromium.org BUG=None TEST=None Review URL: https://chromiumcodereview.appspot.com/10963064 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@158441 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 |