- 01 Dec, 2011 1 commit
-
-
scottmg@chromium.org authored
The is the glue code that reads from the shared memory buffer on the renderer side. The writer is a background thread the browser. The data here is returned back up into WebKit code via the Chromium port. The writer on the browser side was in this patch: http://codereview.chromium.org/8568029/ And the rest of the related gamepad changes are here: http://codereview.chromium.org/8345027/ BUG=79050 Review URL: http://codereview.chromium.org/8689011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112345 0039d316-1c4b-4281-b951-d872f2087c98
-
- 30 Nov, 2011 39 commits
-
-
dmazzoni@chromium.org authored
the local bounds for Mac, and one to retrieve the global bounds for Windows. This fixes a problem where VoiceOver was showing the incorrect bounds when the window is scrolled. BUG=105906 TEST=manual testing with VoiceOver. Review URL: http://codereview.chromium.org/8746022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112344 0039d316-1c4b-4281-b951-d872f2087c98
-
dmazzoni@chromium.org authored
to determine if a node has focus, not the element's state (which goes stale too quickly - that's how we enforce that only one element is focused at once). That was preventing VoiceOver from notifying us when it wanted to set focus, because it thought a node already had focus when it didn't. BUG=105923 TEST=Use Chrome with VoiceOver, use VoiceOver navigation keys to browse focusable elements repeatedly. Review URL: http://codereview.chromium.org/8749014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112343 0039d316-1c4b-4281-b951-d872f2087c98
-
rlarocque@chromium.org authored
BUG=105076 TEST= Review URL: http://codereview.chromium.org/8636020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112342 0039d316-1c4b-4281-b951-d872f2087c98
-
dhollowa@chromium.org authored
Changes watchlist alias to dhollowa+watch from dhollowa. BUG=none TEST=watchlists.py ui/gfx/compositor/layer.h etc. Review URL: http://codereview.chromium.org/8761002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112341 0039d316-1c4b-4281-b951-d872f2087c98
-
piman@chromium.org authored
BUG=None TEST=unit_tests/PepperFlashTest Review URL: http://codereview.chromium.org/8763002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112340 0039d316-1c4b-4281-b951-d872f2087c98
-
mdm@chromium.org authored
Mac: speculative fix for bug 105759 based on the assumption that we have a realm with an empty path. BUG=105759 Review URL: http://codereview.chromium.org/8733002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112339 0039d316-1c4b-4281-b951-d872f2087c98
-
ben@chromium.org authored
Note that this won't work on Linux until we crack double clicks from XEvents. BUG=none TEST=unit tests Review URL: http://codereview.chromium.org/8755003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112338 0039d316-1c4b-4281-b951-d872f2087c98
-
thakis@chromium.org authored
Change the function so that the compiler can catch problems like this in the future. BUG=none TEST=none TBR=akalin Review URL: http://codereview.chromium.org/8753003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112337 0039d316-1c4b-4281-b951-d872f2087c98
-
rvargas@google.com authored
EntryStore and RankingsNode now have a new member that verifies that whatever we read from disk is what we wrote before. BUG=100125 TEST=none Review URL: http://codereview.chromium.org/8658001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112336 0039d316-1c4b-4281-b951-d872f2087c98
-
dhollowa@chromium.org authored
Adds dhollowa to aura related watchlists. BUG=none TEST=watchlists.py ui/gfx/compositor/layer.h etc. Review URL: http://codereview.chromium.org/8741026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112335 0039d316-1c4b-4281-b951-d872f2087c98
-
abarth@chromium.org authored
BUG=62897 TBR=aa Review URL: http://codereview.chromium.org/8760001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112334 0039d316-1c4b-4281-b951-d872f2087c98
-
tfarina@chromium.org authored
BUG=104039 R=ben@chromium.org TBR=stevenjb@chromium.org Review URL: http://codereview.chromium.org/8742030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112333 0039d316-1c4b-4281-b951-d872f2087c98
-
sail@chromium.org authored
With this CL we now cache the GAIA profile picture URL to avoid downloading the picture multiple times. BUG=91241, http://code.google.com/p/chromium-os/issues/detail?id=23579 TEST= Review URL: http://codereview.chromium.org/8742009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112332 0039d316-1c4b-4281-b951-d872f2087c98
-
wez@chromium.org authored
Review URL: http://codereview.chromium.org/8741028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112331 0039d316-1c4b-4281-b951-d872f2087c98
-
isherman@chromium.org authored
BUG= TEST= TBR=georgey@chromium.org Review URL: http://codereview.chromium.org/8762010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112330 0039d316-1c4b-4281-b951-d872f2087c98
-
venkataramana@google.com authored
BUG=105948 TEST=NONE Review URL: http://codereview.chromium.org/8762008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112329 0039d316-1c4b-4281-b951-d872f2087c98
-
isherman@chromium.org authored
BUG= TEST= TBR=georgey@chromium.org Review URL: http://codereview.chromium.org/8760014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112328 0039d316-1c4b-4281-b951-d872f2087c98
-
msw@google.com authored
BUG=97248 TEST=none Review URL: http://codereview.chromium.org/8754003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112326 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112325 0039d316-1c4b-4281-b951-d872f2087c98
-
isherman@chromium.org authored
TEST=unit-tests BUG=105577 Review URL: http://codereview.chromium.org/8736001 TBR=georgey@chromium.org Review URL: http://codereview.chromium.org/8759004 TBR=isherman@chromium.org Review URL: http://codereview.chromium.org/8757005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112324 0039d316-1c4b-4281-b951-d872f2087c98
-
msw@google.com authored
Views screen locker password errors and the 3G promo bubble looks good; except: I filed crosbug.com/23324 for ScreenLockerViews MouseEventRelay. BUG=98322 TEST=MessageBubbles work as before (screen locker password errors, 3G MobileDataPromo). Review URL: http://codereview.chromium.org/8557005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112321 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112320 0039d316-1c4b-4281-b951-d872f2087c98
-
isherman@chromium.org authored
TEST=unit-tests BUG=105577 Review URL: http://codereview.chromium.org/8736001 TBR=georgey@chromium.org Review URL: http://codereview.chromium.org/8759004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112319 0039d316-1c4b-4281-b951-d872f2087c98
-
akalin@chromium.org authored
Add abstract GetGroupsToChange() method to ModelChangingSyncerCommand. Use that to figure out which worker threads to post work on (instead of posting on all of them). Implement GetGroupsToChange() for each ModelChangingSyncerCommand. Add GetEnabledGroups() and GetEnabledGroupsWithConflicts() functions to SyncSession. Key unapplied updates index by type for ApplyUpdatesCommand. Make the abstract methods of ModelChangingSyncerCommand protected. BUG=97832 TEST= Review URL: http://codereview.chromium.org/8637006 TBR=akalin@chromium.org Review URL: http://codereview.chromium.org/8758006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112318 0039d316-1c4b-4281-b951-d872f2087c98
-
ajwong@chromium.org authored
Component builds breakages are easy to introduce because you can accidentally add a cross-component dependency without any warning if you're doing a normal static build. BUG=105750 TEST=none Review URL: http://codereview.chromium.org/8726043 TBR=ajwong@chromium.org Review URL: http://codereview.chromium.org/8762005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112317 0039d316-1c4b-4281-b951-d872f2087c98
-
nirnimesh@chromium.org authored
Exclude GPU processes from the counts since they can pop-in any time. BUG=None TEST=testProcessCountCombination R=dennisjeffrey@chromium.org Review URL: http://codereview.chromium.org/8759003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112315 0039d316-1c4b-4281-b951-d872f2087c98
-
alicet@chromium.org authored
move cryto_module_password_dialog.cc out of gtk dir into cyrpto_module_password_dialog_view.cc and crypto_module_password_dialog.cc. crypto_module_password_dialog_view.cc needs views lib, and so it is not linked into all platform. BUG=97844 TEST=None Review URL: http://codereview.chromium.org/8115020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112314 0039d316-1c4b-4281-b951-d872f2087c98
-
jennb@chromium.org authored
* Added TestPanelMouseWatcher utility to help tests simulate mouse movements. * Separated out PanelBrowserTest.MinimizeRestore into 3 tests to make it easier to tell which part is failing when it fails. BUG=None TEST=Panel*Test.*Changed header guard. Review URL: http://codereview.chromium.org/8744005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112313 0039d316-1c4b-4281-b951-d872f2087c98
-
jam@chromium.org authored
Don't make ServiceChildProcessHost derive from ChildProcessInfo. It didn't really need to. This is needed since code in chrome will only be able to see interfaces from content's public API. BUG=98716 Review URL: http://codereview.chromium.org/8755002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112312 0039d316-1c4b-4281-b951-d872f2087c98
-
thestig@chromium.org authored
BUG=none TEST=none Review URL: http://codereview.chromium.org/8666015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112311 0039d316-1c4b-4281-b951-d872f2087c98
-
thestig@chromium.org authored
BUG=104760 TEST=none Review URL: http://codereview.chromium.org/8745019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112310 0039d316-1c4b-4281-b951-d872f2087c98
-
dpranke@chromium.org authored
R=darin@chromium.org BUG=98755 TEST=waterfall stays green Review URL: http://codereview.chromium.org/8741002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112309 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112308 0039d316-1c4b-4281-b951-d872f2087c98
-
tsepez@chromium.org authored
browser_about_handler.cc still exists to rewrite old about: URLs, but the actual handling now takes place under webui. Thus BINDINGS_POLICY_WEB_UI is applied to these as well. BUG=104809 Review URL: http://codereview.chromium.org/8623001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112307 0039d316-1c4b-4281-b951-d872f2087c98
-
dpranke@chromium.org authored
This change is necessary so that content doesn't attempt to call NPN_* functions directly; this will be impossible once glue is a separate component. R=jam@chromium.org BUG=98755 TEST=waterfall stays green Review URL: http://codereview.chromium.org/8741005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112306 0039d316-1c4b-4281-b951-d872f2087c98
-
georgey@chromium.org authored
TEST=unit-tests BUG=105577 Review URL: http://codereview.chromium.org/8736001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112305 0039d316-1c4b-4281-b951-d872f2087c98
-
msw@chromium.org authored
Currently, when bubbles pop up, Chrome renders as inactive/'unfocused'. Call DisableInactiveRendering on Widget::Show rather than Widget construction. BUG=98312,98323 TEST=Showing bubbles doesn't make Chrome appear inactive/'unfocused'. Review URL: http://codereview.chromium.org/8741011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112304 0039d316-1c4b-4281-b951-d872f2087c98
-
cbentzel@chromium.org authored
BUG=103711 TBR=tommi@chromium.org Review URL: http://codereview.chromium.org/8760006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112303 0039d316-1c4b-4281-b951-d872f2087c98
-
ahendrickson@chromium.org authored
Change the names of the statistics, so that there is no pollution of the data. BUG=None TEST=None Review URL: http://codereview.chromium.org/8746020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112302 0039d316-1c4b-4281-b951-d872f2087c98
-