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