| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove extra language under "Spell-checker options" context menu | sidchat@google.com | 2009-03-19 | 1 | -1/+8 |
* | Fixing build by initializing all variables; TBR. | avi@google.com | 2009-03-19 | 1 | -0/+6 |
* | Make the status bubble avoid the mouse. | avi@google.com | 2009-03-19 | 2 | -8/+96 |
* | Remove code duplicated from webcore and use the common PrintContext facility. | maruel@chromium.org | 2009-03-19 | 6 | -116/+59 |
* | Render into a ChromeCanvasPaint object in a RootView under Linux. | erg@google.com | 2009-03-19 | 23 | -110/+572 |
* | Plumb up mouse motion for the status bubbles. | avi@google.com | 2009-03-19 | 6 | -14/+43 |
* | A quick fix for Issue 2720. | hbono@chromium.org | 2009-03-19 | 2 | -0/+24 |
* | Fix WebCacheManager unit tests to use a WebCacheManager instance per test case. | darin@chromium.org | 2009-03-19 | 1 | -70/+59 |
* | Chrome-side of moving webkit/glue/cache_manager.{h,cc} to the WebKit API layer. | darin@chromium.org | 2009-03-19 | 27 | -266/+266 |
* | Remove useless BlockedRequest class. | abarth@chromium.org | 2009-03-19 | 2 | -13/+6 |
* | Check return value of AbsolutePath | agl@chromium.org | 2009-03-19 | 1 | -1/+2 |
* | Review URL: http://codereview.chromium.org/42382 | georged@chromium.org | 2009-03-19 | 1 | -9/+10 |
* | Roll back double launch of chrome fix | cpu@google.com | 2009-03-19 | 1 | -3/+1 |
* | Fixed build bustage due to r12071 | hclam@chromium.org | 2009-03-19 | 1 | -0/+3 |
* | Uses FFmpeg in chrome/renderer | hclam@chromium.org | 2009-03-19 | 6 | -9/+17 |
* | Pre-upstream style changes: rename enableWebWorkers to setIsWebWorkersEnabled... | dimich@google.com | 2009-03-19 | 1 | -1/+1 |
* | Deletes the now unused AccessibleWrapper (replaced in previous CL by ViewAcce... | klink@chromium.org | 2009-03-19 | 2 | -133/+0 |
* | Fix a crash when double clicking a menu button. | ben@chromium.org | 2009-03-19 | 1 | -1/+4 |
* | Reuse the eula terms from the chrome resources | cpu@google.com | 2009-03-19 | 2 | -23/+51 |
* | Fix single-process ui test failures from my previous change. The problem was... | jam@chromium.org | 2009-03-18 | 6 | -12/+13 |
* | Refactor sandboxing code so that it can be used by worker processes. | jam@chromium.org | 2009-03-18 | 9 | -244/+216 |
* | Add missing 'return true' to stop switch fall though. | agl@chromium.org | 2009-03-18 | 1 | -0/+1 |
* | Navigating to about:memory page from Task manager should bring up the | tc@google.com | 2009-03-18 | 1 | -0/+2 |
* | Linux: fix crash when renderer asks for the location of a NULL window | agl@chromium.org | 2009-03-18 | 1 | -0/+5 |
* | Check return values for ReadInt in SSL manager | agl@chromium.org | 2009-03-18 | 1 | -4/+3 |
* | Fix no-op DCHECK | agl@chromium.org | 2009-03-18 | 1 | -1/+1 |
* | Check return value of SharedMemory::Create | agl@chromium.org | 2009-03-18 | 1 | -3/+3 |
* | Fix possible memory leak. | agl@chromium.org | 2009-03-18 | 1 | -3/+4 |
* | CreateResourceRequest() in | hclam@chromium.org | 2009-03-18 | 1 | -0/+1 |
* | Review URL: http://codereview.chromium.org/42288 | georged@chromium.org | 2009-03-18 | 17 | -214/+524 |
* | Bug 4688: First run bubble ignores user's keyboard attempt | finnur@chromium.org | 2009-03-18 | 2 | -10/+43 |
* | Linux: fix scrolling | agl@chromium.org | 2009-03-18 | 1 | -6/+18 |
* | Ports all of the chrome/browser/history code to use FilePath, except | estade@chromium.org | 2009-03-18 | 25 | -168/+172 |
* | New native control helpers. Built but not run by anyone just yet. See design doc | ben@chromium.org | 2009-03-18 | 7 | -0/+794 |
* | Use a more generic pattern for the `anonymous namespace'::PureCall crash. | patrick@chromium.org | 2009-03-18 | 1 | -1/+1 |
* | Make startup_tests build and work on Mac. | phajdan.jr@chromium.org | 2009-03-18 | 9 | -47/+80 |
* | Implement GTK dropdown menus. | estade@chromium.org | 2009-03-18 | 4 | -23/+108 |
* | Fix mac build break. | estade@chromium.org | 2009-03-18 | 1 | -1/+0 |
* | Let checkdeps ignore #if 0 blocks. Also strip lines of leading/trailing white... | thestig@chromium.org | 2009-03-18 | 1 | -3/+0 |
* | Fix underflow that would cause either an access violation or an infinite loop... | robertshield@google.com | 2009-03-18 | 1 | -2/+3 |
* | Remove BrowserWindow::Init(). | estade@chromium.org | 2009-03-18 | 7 | -111/+99 |
* | Fix errors detected by coverity. | paulg@google.com | 2009-03-18 | 1 | -6/+6 |
* | Adds Get(Root)WindowRect handlers for the Mac. | avi@google.com | 2009-03-18 | 8 | -65/+120 |
* | Reland the changes to use command line switch to turn on worker feature. | jianli@chromium.org | 2009-03-18 | 4 | -0/+10 |
* | Remove unneeded uses of base/ref_counted.h. | thestig@chromium.org | 2009-03-18 | 10 | -10/+5 |
* | Fix dragging a Chrome window which has a single tab by the tab itself. | idanan@chromium.org | 2009-03-18 | 1 | -7/+1 |
* | Style issues: | patrick@chromium.org | 2009-03-18 | 1 | -4/+6 |
* | Remove an assertion I added in my DOM UI change. It looks like this happens in | brettw@chromium.org | 2009-03-18 | 1 | -5/+0 |
* | Fixing a few minor issues found during static analysis of the Chromium codebase. | finnur@chromium.org | 2009-03-18 | 3 | -6/+6 |
* | Make startup_tests print results on Linux. | phajdan.jr@chromium.org | 2009-03-18 | 7 | -160/+161 |