| Commit message (Expand) | Author | Age | Files | Lines |
* | RenderWidgetHost now only accepts a new NativeWebKeyboardEvent which owns a c... | erg@google.com | 2009-03-06 | 23 | -39/+252 |
* | Add a product_name of 'chrome' on the non-Mac systems. | sgk@google.com | 2009-03-06 | 1 | -0/+12 |
* | Pipeline_Impl was modified to properly render a stream that has video but no ... | ralphl@chromium.org | 2009-03-06 | 1 | -3/+1 |
* | Adds a command line flag, --user-scripts-dir=..., to specify a directory to use | mark@chromium.org | 2009-03-06 | 3 | -2/+13 |
* | Fix renderer hang that occurs when a RenderWidget with outstanding synchronou... | jam@chromium.org | 2009-03-06 | 2 | -0/+10 |
* | Added a test for testing standalone installer. | anantha@chromium.org | 2009-03-06 | 5 | -34/+179 |
* | Reland r11118. | darin@chromium.org | 2009-03-06 | 5 | -14/+26 |
* | Test to see if we can reduce some crashes by deferring delegate destruction u... | ben@chromium.org | 2009-03-06 | 28 | -34/+38 |
* | Use common name for icns file to avoid case sensitivity issues with | jrg@chromium.org | 2009-03-06 | 3 | -3/+3 |
* | Revert r11118 :( | darin@chromium.org | 2009-03-06 | 5 | -26/+14 |
* | WorkerWebKitClientImpl snuck up on me. arggh! | darin@chromium.org | 2009-03-06 | 2 | -0/+11 |
* | More WebKit API action (chromium side) | darin@chromium.org | 2009-03-06 | 3 | -14/+15 |
* | - Developer tools frontend is served from chrom-ui://devtools/tools.html | yurys@google.com | 2009-03-06 | 4 | -3/+20 |
* | Don't run unload tests that hang the renderer in single-process mode, since n... | jam@chromium.org | 2009-03-06 | 1 | -0/+16 |
* | Rename browser_toolbar_view_gtk.{h,cc} to browser_toolbar_gtk.{h,cc} | estade@chromium.org | 2009-03-06 | 4 | -6/+6 |
* | Remove a bunch of OS_WIN stuff that works fine on linux/mac. | tc@google.com | 2009-03-06 | 2 | -53/+28 |
* | Fix linux build break | jam@chromium.org | 2009-03-06 | 1 | -0/+2 |
* | An assert was being hit because WaitableEvent's dtor was calling CloseHandle ... | jam@chromium.org | 2009-03-06 | 1 | -0/+4 |
* | Create a dropdown menu for the GTK download shelf. | estade@chromium.org | 2009-03-06 | 2 | -1/+121 |
* | Redo my single process cleanup. The problem was that Stop() had to be called... | jam@chromium.org | 2009-03-06 | 2 | -14/+10 |
* | I meant to say ! | ben@chromium.org | 2009-03-06 | 1 | -1/+1 |
* | Refactor the download shelf context menu in preparation for porting. | estade@chromium.org | 2009-03-06 | 5 | -256/+202 |
* | Add performance tests for the proxy resolver implementations. | ericroman@google.com | 2009-03-06 | 1 | -0/+5 |
* | Fixing two small regressions in the Find box: | finnur@chromium.org | 2009-03-06 | 1 | -3/+11 |
* | Revert 11048 because it caused crashes in the ui_tests single process. | nsylvain@chromium.org | 2009-03-05 | 2 | -6/+14 |
* | Disable the session_history ui tests because it fails | nsylvain@chromium.org | 2009-03-05 | 1 | -0/+4 |
* | Add a command-line disable-p13n and use that to disable | munjal@chromium.org | 2009-03-05 | 7 | -10/+18 |
* | Instead of destruction RendererMainThread objects via a singelton, which may ... | jam@chromium.org | 2009-03-05 | 2 | -14/+6 |
* | Guard against a crash that can impact Dialog boxes ... this one seems to have... | ben@chromium.org | 2009-03-05 | 1 | -0/+5 |
* | Hook up WebKit worker with Chromium. | jianli@chromium.org | 2009-03-05 | 10 | -27/+105 |
* | Allow the renderer/ to include files from webkit/extensions/. | darin@chromium.org | 2009-03-05 | 1 | -0/+1 |
* | POSIX: Rewrite IPC's interaction with FileDescriptor | agl@chromium.org | 2009-03-05 | 8 | -49/+45 |
* | Refactor v8 extensions so that they aren't in the WebCore namespace, and can ... | asargent@chromium.org | 2009-03-05 | 2 | -4/+13 |
* | Fix issue 8331: About dialog became too narrow when we changed | finnur@chromium.org | 2009-03-05 | 51 | -110/+50 |
* | Fixes a bug in the criteria checker that caused the 6-month flag to not be de... | gwilson@google.com | 2009-03-05 | 1 | -72/+32 |
* | The new history and download tab caused a regression where opening the NTP wo... | jcampan@chromium.org | 2009-03-05 | 8 | -13/+11 |
* | NO CODE CHANGE. | maruel@google.com | 2009-03-05 | 81 | -192/+323 |
* | Remove the chrome view contents tab contents type. Nobody uses it. | brettw@chromium.org | 2009-03-05 | 1 | -1/+4 |
* | Several little style cleanups in GTK download shelf code. | estade@chromium.org | 2009-03-05 | 4 | -8/+23 |
* | Try #2 of "make JavaScript alerts reflect the URL of the frame they came from, | brettw@chromium.org | 2009-03-05 | 18 | -44/+79 |
* | Remove the TAB_CONTENTS_NEW_TAB_UI tab contents type. This was not actually used | brettw@chromium.org | 2009-03-05 | 8 | -14/+17 |
* | Fix the bug: Scrolling the Spell-checker drop-down box adds the languages scr... | sidchat@google.com | 2009-03-05 | 2 | -2/+44 |
* | Have WebWorkerProxy send messages directly through RenderThread, instead of R... | jam@chromium.org | 2009-03-05 | 3 | -10/+6 |
* | Fix the golden file. JSON files should end in CRLF on | tc@google.com | 2009-03-05 | 3 | -21/+19 |
* | Reduce the height of options on the Languages panel. | mal@chromium.org | 2009-03-05 | 1 | -2/+2 |
* | Remove unnecessary typedef keywords that make gcc 4.3 unhappy. | avi@chromium.org | 2009-03-05 | 1 | -2/+2 |
* | Reverting 11002. | brettw@chromium.org | 2009-03-05 | 18 | -79/+44 |
* | Make JavaScript alerts reflect the URL of the frame they came from, not the | brettw@chromium.org | 2009-03-05 | 18 | -44/+79 |
* | Bump for 169 dev cycle | mal@chromium.org | 2009-03-05 | 1 | -1/+1 |
* | Revert r10974 since it didn't change performance on the page cyclers. | darin@chromium.org | 2009-03-05 | 1 | -11/+0 |