| Commit message (Expand) | Author | Age | Files | Lines |
* | Provide the option for HTTPServer to be created with a specific | sky@google.com | 2009-01-29 | 22 | -102/+120 |
* | Maintain a local/global stack for the global WebPluginDelegateImpl instance p... | ananta@chromium.org | 2009-01-29 | 2 | -7/+24 |
* | Re-enable the NoScript unittest. | mpcomplete@google.com | 2009-01-29 | 3 | -4/+1 |
* | Fix regression from my previous plugin change where internal plugins didn't g... | jam@chromium.org | 2009-01-29 | 2 | -11/+8 |
* | Alphabetize some files that weren't in order | amanda@chromium.org | 2009-01-29 | 1 | -7/+7 |
* | Fix our link madness on linux. We now properly link | tc@google.com | 2009-01-29 | 7 | -21/+67 |
* | rest of the rename, accidentally leftout. TBR. | pinkerton@chromium.org | 2009-01-29 | 4 | -22/+30 |
* | roll DEPS to pick up latest WebKit | darin@chromium.org | 2009-01-29 | 1 | -1/+1 |
* | Modify npruntime_impl.h to be useful. Previously, we were not using | darin@chromium.org | 2009-01-29 | 1 | -51/+33 |
* | rename from tab_bar to tab_strip to be more consistent with windows | pinkerton@chromium.org | 2009-01-29 | 5 | -23/+24 |
* | Reverting 8844. | sidchat@google.com | 2009-01-29 | 16 | -53/+28 |
* | Fixed up the EOL style on all /src/media source files. | scherkus@chromium.org | 2009-01-29 | 2 | -12/+12 |
* | hookup tabs to the model and handle new tab creation | pinkerton@google.com | 2009-01-29 | 11 | -194/+397 |
* | Add a Version class and matching unit tests, roughly based on chrome/installe... | erikkay@google.com | 2009-01-29 | 8 | -0/+214 |
* | Remove pointless function override (the base class does the exact same thing ... | pkasting@chromium.org | 2009-01-29 | 2 | -5/+0 |
* | Updating some test statuses now that I have more plugin code hooked up. | thomasvl@chromium.org | 2009-01-29 | 1 | -2/+5 |
* | Add a stub shell dialogs to help us get linking faster. | brettw@google.com | 2009-01-29 | 2 | -0/+23 |
* | Disable the test while investigating. | maruel@chromium.org | 2009-01-29 | 1 | -1/+2 |
* | Change chrome:// to chrome-ui://, fix up one chrome-resource:// reference. | glen@chromium.org | 2009-01-29 | 17 | -44/+47 |
* | Make the shared shell dialog not use Windows types, as well as the web contents | brettw@chromium.org | 2009-01-29 | 8 | -18/+24 |
* | A minor change to the pattern for filter factories that makes the implementat... | ralphl@chromium.org | 2009-01-29 | 4 | -308/+388 |
* | The new version of Inset() Ben added a while ago didn't work quite right for ... | pkasting@chromium.org | 2009-01-29 | 2 | -10/+4 |
* | Add routine to close file descriptors on exec | jeremy@chromium.org | 2009-01-29 | 5 | -31/+66 |
* | Move kClientEdgeThickness from BrowserView to NonClientView (which makes more... | pkasting@chromium.org | 2009-01-29 | 6 | -27/+19 |
* | We need to reset the theme stuff in a code path that actually used when not | thomasvl@chromium.org | 2009-01-29 | 1 | -9/+8 |
* | Roll DEPS to pick up unforking of ThreadGlobalData.h | amanda@chromium.org | 2009-01-29 | 1 | -1/+1 |
* | Marks the test | sky@google.com | 2009-01-29 | 1 | -1/+0 |
* | Fix issue 7146, sending large messages over IPC on POSIX was broken. | jeremy@chromium.org | 2009-01-29 | 2 | -7/+17 |
* | Re-land revision 8821 with the ui test fixed. | maruel@chromium.org | 2009-01-29 | 8 | -187/+119 |
* | Mark one svg test as only failing on win/linux since mac passes. | thomasvl@chromium.org | 2009-01-29 | 1 | -1/+1 |
* | Create and destroy members of the AutomationProxy in the correct order to avo... | stoyan@chromium.org | 2009-01-29 | 1 | -1/+11 |
* | Remove references to Mac text codecs (since we weren't correctly building the... | amanda@chromium.org | 2009-01-29 | 1 | -6/+0 |
* | Disable DownloadTest.UnknownSize because it is flaky. | maruel@chromium.org | 2009-01-29 | 1 | -1/+2 |
* | Remove the Windows set focus call and bad-design browser call from the new tab | brettw@chromium.org | 2009-01-29 | 4 | -27/+29 |
* | Revert "Linux: use WebKit HEAD's gtk2drawing.c" | agl@chromium.org | 2009-01-29 | 3 | -9/+2 |
* | Go ahead and wire in the plugin list to the shell, doesn't help anything pass, | thomasvl@chromium.org | 2009-01-29 | 1 | -1/+1 |
* | Ignore invalid test instead of rebaseing it. Nothing interesting is | ager@chromium.org | 2009-01-29 | 3 | -8/+4 |
* | Rebaseline test that only differ in function printing. | ager@google.com | 2009-01-29 | 6 | -14/+205 |
* | Add more unit tests for net/base/host_resolver. | phajdan.jr@chromium.org | 2009-01-29 | 9 | -116/+315 |
* | Update to latest V8 trunk version to fix dependency problem with our visual s... | ager@google.com | 2009-01-29 | 3 | -3/+35 |
* | Reverting 8868. | ericroman@google.com | 2009-01-29 | 9 | -256/+301 |
* | Rolling DEPS to pick up unforked files | dimich@google.com | 2009-01-29 | 1 | -1/+1 |
* | Reverting 8864. | wtc@chromium.org | 2009-01-29 | 9 | -301/+256 |
* | Moved RefCountedThreadSafe from AssignableBuffer to base type Assignable. | scherkus@chromium.org | 2009-01-29 | 1 | -11/+25 |
* | Wire the stats consent checkbox of the EULA | cpu@google.com | 2009-01-29 | 5 | -24/+42 |
* | Work around our not caching the intermediate CA | wtc@chromium.org | 2009-01-29 | 9 | -256/+301 |
* | Linux: use WebKit HEAD's gtk2drawing.c | agl@chromium.org | 2009-01-29 | 2 | -1/+8 |
* | Temporarily disable failing test while I fix it. | mpcomplete@chromium.org | 2009-01-29 | 1 | -1/+1 |
* | Delete incorrect baselines on Linux and Win. Radial gradiant on text is not | jhawkins@chromium.org | 2009-01-29 | 7 | -92/+3 |
* | Make adding internal plugins easier (and allow it to be dynamic). This code ... | jam@chromium.org | 2009-01-29 | 9 | -237/+221 |