summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* When WorkerProcessHost receives WorkerHostMsg_WorkerContextDestroyed message ...yurys@chromium.org2011-10-218-106/+78
* Add a bubble menu to views.hbono@chromium.org2011-10-215-0/+375
* Make MessageLoop::QuitClosure call Quit of the current MessageLoop at call ti...kalman@chromium.org2011-10-211-2/+5
* Whitelist ChromeVox so it can script webui pages.dmazzoni@chromium.org2011-10-211-1/+8
* Ignore NumLock modifier so that IME could be switched even if NumLock is enab...yusukes@chromium.org2011-10-212-21/+23
* GCC 4.6 fix similar to r106675.yusukes@google.com2011-10-211-1/+1
* Implement SyncableService in AppNotificationsManager: munjal@chromium.org2011-10-2112-107/+1177
* Remove the proxy callback tracker.brettw@chromium.org2011-10-2118-331/+434
* Toggle Caps Lock on pressing both Shift keys even if Num Lock is enabled.yusukes@chromium.org2011-10-211-4/+11
* Use 0 instead of NULL to make GCC 4.6 for Chrome OS happy.yusukes@google.com2011-10-211-1/+1
* Minor edits to perf.py: added comment, used JSON.stringify, adjusted polling ...dennisjeffrey@chromium.org2011-10-211-18/+20
* Always show continue window.sergeyu@chromium.org2011-10-212-45/+39
* Revert 106660 - Speculative revert. Tests are now sporadically timing out/cra...rsleevi@chromium.org2011-10-2130-1672/+471
* Minor cleanup. Use C++ naming convention in C++ files.dcheng@chromium.org2011-10-213-3/+3
* base::Bind conversion for file_stream_posix.cc.adamk@chromium.org2011-10-211-18/+20
* Adds the browser component of the Java Bridge for a single RenderViewsteveblock@chromium.org2011-10-213-0/+142
* Merge IqRequest implementations.sergeyu@chromium.org2011-10-2115-314/+164
* [Web Intents] Add return pathways for picker-close and service-close.gbillock@chromium.org2011-10-214-4/+20
* Check pid to filter echoes of mouse events injected by the Chromoting host.jamiewalch@chromium.org2011-10-211-3/+6
* Revert 106653 - hackaton: enable one finger scrolling for touch eventsIn a to...cpu@chromium.org2011-10-212-100/+2
* Update .DEPS.gitchrome-admin@google.com2011-10-211-1/+1
* Add onChanged events to the extension settings API, both from sync and betweenkalman@chromium.org2011-10-2130-471/+1672
* WebKit roll 97838:97950yuzo@chromium.org2011-10-211-1/+1
* Animate desktop rotations.ben@chromium.org2011-10-219-15/+34
* hackaton: enable one finger scrolling for touch eventscpu@chromium.org2011-10-212-2/+100
* Check for XInput2 for touchui and aura bots.sadrul@chromium.org2011-10-211-5/+37
* Move kFraudulentCertificateUploadEndpoint to its proper home in the .cc.palmer@chromium.org2011-10-212-6/+6
* Don't protect the storage of origins associated with bookmark apps.michaeln@google.com2011-10-211-2/+2
* aura: Take the focus at startup on X when no WM is running.derat@chromium.org2011-10-211-0/+8
* Add chrome/test/data/perf/frame_rate/private to .gitignore.derat@chromium.org2011-10-211-0/+1
* Don't pass around ScopedVectors(), prefer passing std::vector instead.isherman@chromium.org2011-10-219-34/+36
* Update expectations.cmp@chromium.org2011-10-211-9/+9
* Move SecurityStyle enum into content/public/common and put it into the conten...jam@chromium.org2011-10-2119-54/+68
* NaCl PPAPI Fullscreen: Add 2D painting to the test.polina@google.com2011-10-211-26/+54
* DownloadBuffer is used in two different ways, only one of which is used acros...ahendrickson@chromium.org2011-10-2114-83/+310
* aura: Improve initial host window size.derat@chromium.org2011-10-216-8/+95
* Revert 106634 - Adjust workaround for mipmap-related OpenGL implementation bu...kbr@chromium.org2011-10-211-5/+2
* Move GPUInfo to content/public/common and put it into the content namespace.jam@chromium.org2011-10-2042-220/+242
* Adjust workaround for mipmap-related OpenGL implementation bug on Mac OS X.kbr@chromium.org2011-10-201-2/+5
* base::Bind conversion for trivial cases in net/base.adamk@chromium.org2011-10-206-42/+42
* Set NULL as the parent for non-TYPE_CONTROL windows. We should set a transien...ben@chromium.org2011-10-202-2/+10
* Fix a bug where we were not properly redrawing when bounds change. This was c...ben@chromium.org2011-10-201-1/+1
* Update .DEPS.gitchrome-admin@google.com2011-10-201-1/+1
* Roll ANGLE r785:r800jbauman@chromium.org2011-10-201-1/+1
* Refactor code to make it more testable.miket@chromium.org2011-10-207-27/+49
* Fix HDC leak in RenderTextWin and avoid an unnecessary substr() call.asvitkine@chromium.org2011-10-202-10/+14
* In Debug builds, if ThreadWatcher crashes (or does a CHECK),rtenneti@chromium.org2011-10-201-2/+7
* Excluding tests that cannot be built under Aura and chromeos==1.saintlou@chromium.org2011-10-201-0/+8
* Rename InterfaceID to ApiID and move the file.brettw@chromium.org2011-10-2085-393/+381
* Ensure that process_singleton will do the right thing if the default profile ...mirandac@chromium.org2011-10-202-2/+2