| Commit message (Expand) | Author | Age | Files | Lines |
* | Mac proxy auto-launch. | scottbyer@chromium.org | 2011-02-25 | 4 | -19/+97 |
* | Make SandboxInterfaceInfo somewhat backwards compatible | cpu@chromium.org | 2011-02-25 | 2 | -6/+21 |
* | Prepare for late binding of SpdyHttpStreams. | willchan@chromium.org | 2011-02-25 | 9 | -300/+412 |
* | Renamed GpuWatchdogThread::OnExit to make it clear it is crashing deliberately. | apatrick@chromium.org | 2011-02-25 | 2 | -5/+7 |
* | Temporarily skip filesystem layout test broken (correctly) by r76098 | adamk@chromium.org | 2011-02-25 | 1 | -0/+3 |
* | Fix finding the Chrome executable to use for ChromeDriver. Also, add some fla... | kkania@chromium.org | 2011-02-25 | 1 | -46/+60 |
* | Fix a paintstorm that was starving input events and causing things like freezes. | ben@chromium.org | 2011-02-25 | 1 | -31/+27 |
* | Use GetEventHandlerForPoint instead of GetViewForPoint. | sadrul@chromium.org | 2011-02-25 | 19 | -50/+39 |
* | Removed obsolete autorun value on Windows. | sanjeevr@chromium.org | 2011-02-25 | 1 | -0/+21 |
* | Hook up empty interfaces for NativeWidget/NativeWidgetDelegate. | ben@chromium.org | 2011-02-25 | 9 | -11/+93 |
* | In PrerenderManager, use RepeatingTimer for repeating cleanup tasks. | tburkard@chromium.org | 2011-02-25 | 2 | -25/+11 |
* | Properly return TYPE_MISMATCH_ERR for DirectoryExists/FileExists | adamk@chromium.org | 2011-02-25 | 3 | -4/+19 |
* | Unbreak the build under linux_keep_shadow_stacks. | fischman@chromium.org | 2011-02-25 | 1 | -0/+3 |
* | Major refactoring of network library code to use asynchronous calls | stevenjb@google.com | 2011-02-25 | 11 | -895/+1631 |
* | Rename media statistics APIs to match webkit renaming. | sjl@chromium.org | 2011-02-25 | 5 | -8/+17 |
* | Update GYP to r895 to pick up: | mark@chromium.org | 2011-02-25 | 1 | -1/+1 |
* | web-ui settings: Fix tab title when a search is active. | csilv@chromium.org | 2011-02-25 | 3 | -4/+4 |
* | Sandbox: Make sure that we reset relative_jump_ before | rvargas@google.com | 2011-02-25 | 3 | -13/+73 |
* | Fix extra focus glow for the omnibox on Mac OS X Lion. | avi@chromium.org | 2011-02-25 | 1 | -1/+7 |
* | Update accelerometer data with confirmed entries for the new MacBooks, and pr... | avi@chromium.org | 2011-02-25 | 1 | -3/+11 |
* | WebUI: Add a tabbox element. | arv@chromium.org | 2011-02-25 | 3 | -0/+239 |
* | Fix bug where badge is not showing up on network menu dropdown. | chocobo@chromium.org | 2011-02-25 | 4 | -40/+40 |
* | Revert 76067 - Created a new BrowserMessageFilter to handle print related IPC... | nick@chromium.org | 2011-02-25 | 7 | -351/+298 |
* | Expand comment for named IPC chmod(). It was previously unclear that it is ju... | dtu@chromium.org | 2011-02-25 | 1 | -2/+7 |
* | Fixing all possible scenarios in which a autofill profile sync node with a nu... | lipalani@chromium.org | 2011-02-25 | 6 | -350/+397 |
* | Enabled download browser tests. | rdsmith@chromium.org | 2011-02-25 | 1 | -71/+12 |
* | Make NamedProxyLauncher connections more robust to errors. It now clears the ... | dtu@chromium.org | 2011-02-25 | 1 | -2/+20 |
* | Completely disable dragging in test shell. | tony@chromium.org | 2011-02-25 | 6 | -98/+1 |
* | Make MaybeCompleteDownload dependent on dangerous download confirmation (if t... | ahendrickson@chromium.org | 2011-02-25 | 1 | -12/+12 |
* | Removed the command line from ServiceProcessState::AddToAutoRun() and had the... | sanjeevr@chromium.org | 2011-02-25 | 12 | -14/+162 |
* | Remove a bunch of testing scaffolding from heapcheck suppressions | stuartmorgan@chromium.org | 2011-02-25 | 1 | -57/+0 |
* | With this CL, GPU blacklist auto update from the web (before it ships togethe... | zmo@google.com | 2011-02-25 | 17 | -232/+461 |
* | Fix style mistakes in r75477. | ajwong@chromium.org | 2011-02-25 | 3 | -11/+18 |
* | BUG=68656 | rohitbm@google.com | 2011-02-25 | 1 | -3/+0 |
* | Cleanup for newly-added RegisterProtocolHandler stuff: | pkasting@chromium.org | 2011-02-25 | 6 | -104/+52 |
* | Fix changes from r75314 to preserve the prevailing pattern of "(expected, act... | pkasting@chromium.org | 2011-02-25 | 16 | -75/+98 |
* | Revert 76069 - roll to rev. 846, includes change to SkDevice setMatrixClip() ... | reed@google.com | 2011-02-25 | 13 | -30/+13 |
* | roll to rev. 846, includes change to SkDevice setMatrixClip() interface | reed@google.com | 2011-02-25 | 13 | -13/+30 |
* | Fix a crash in speech input bubble. | amit@chromium.org | 2011-02-25 | 1 | -13/+17 |
* | Created a new BrowserMessageFilter to handle print related IPC messages. | kmadhusu@chromium.org | 2011-02-25 | 7 | -298/+351 |
* | Fixes possible crash in AutocompleteResult::CopyOldMatches. I couldn't | sky@chromium.org | 2011-02-25 | 2 | -25/+21 |
* | Tweak a couple of suppressions to account for stack changes | stuartmorgan@chromium.org | 2011-02-25 | 1 | -1/+2 |
* | Make playback fail if redirected to a different origin. | acolwell@chromium.org | 2011-02-25 | 4 | -35/+27 |
* | Move RootView construction, DefaultThemeProvider construction, and FocusTrave... | ben@chromium.org | 2011-02-25 | 6 | -246/+139 |
* | Update some suppressions so they match after the gtest roll at r75972. | rsesek@chromium.org | 2011-02-25 | 2 | -12/+0 |
* | Minor fixes in FieldTrial. | cbentzel@chromium.org | 2011-02-25 | 2 | -2/+4 |
* | Roll ffmpeg DEPS to 76055 | fischman@chromium.org | 2011-02-25 | 1 | -1/+1 |
* | Add ATI Radeon HD 2600 XT on Mac to the software rendering list. | zmo@google.com | 2011-02-25 | 1 | -1/+13 |
* | Add third_party/{pylib,scons} to .gitignore. | rsesek@chromium.org | 2011-02-25 | 1 | -0/+2 |
* | Removing PS option from PdsPsMetafile | dpapad@chromium.org | 2011-02-25 | 4 | -124/+30 |