summaryrefslogtreecommitdiffstats
path: root/chrome
Commit message (Expand)AuthorAgeFilesLines
* - Developer tools frontend is served from chrom-ui://devtools/tools.htmlyurys@google.com2009-03-064-3/+20
* Don't run unload tests that hang the renderer in single-process mode, since n...jam@chromium.org2009-03-061-0/+16
* Rename browser_toolbar_view_gtk.{h,cc} to browser_toolbar_gtk.{h,cc}estade@chromium.org2009-03-064-6/+6
* Remove a bunch of OS_WIN stuff that works fine on linux/mac.tc@google.com2009-03-062-53/+28
* Fix linux build breakjam@chromium.org2009-03-061-0/+2
* An assert was being hit because WaitableEvent's dtor was calling CloseHandle ...jam@chromium.org2009-03-061-0/+4
* Create a dropdown menu for the GTK download shelf.estade@chromium.org2009-03-062-1/+121
* Redo my single process cleanup. The problem was that Stop() had to be called...jam@chromium.org2009-03-062-14/+10
* I meant to say !ben@chromium.org2009-03-061-1/+1
* Refactor the download shelf context menu in preparation for porting.estade@chromium.org2009-03-065-256/+202
* Add performance tests for the proxy resolver implementations.ericroman@google.com2009-03-061-0/+5
* Fixing two small regressions in the Find box:finnur@chromium.org2009-03-061-3/+11
* Revert 11048 because it caused crashes in the ui_tests single process.nsylvain@chromium.org2009-03-052-6/+14
* Disable the session_history ui tests because it failsnsylvain@chromium.org2009-03-051-0/+4
* Add a command-line disable-p13n and use that to disablemunjal@chromium.org2009-03-057-10/+18
* Instead of destruction RendererMainThread objects via a singelton, which may ...jam@chromium.org2009-03-052-14/+6
* Guard against a crash that can impact Dialog boxes ... this one seems to have...ben@chromium.org2009-03-051-0/+5
* Hook up WebKit worker with Chromium.jianli@chromium.org2009-03-0510-27/+105
* Allow the renderer/ to include files from webkit/extensions/.darin@chromium.org2009-03-051-0/+1
* POSIX: Rewrite IPC's interaction with FileDescriptoragl@chromium.org2009-03-058-49/+45
* Refactor v8 extensions so that they aren't in the WebCore namespace, and can ...asargent@chromium.org2009-03-052-4/+13
* Fix issue 8331: About dialog became too narrow when we changedfinnur@chromium.org2009-03-0551-110/+50
* Fixes a bug in the criteria checker that caused the 6-month flag to not be de...gwilson@google.com2009-03-051-72/+32
* The new history and download tab caused a regression where opening the NTP wo...jcampan@chromium.org2009-03-058-13/+11
* NO CODE CHANGE.maruel@google.com2009-03-0581-192/+323
* Remove the chrome view contents tab contents type. Nobody uses it.brettw@chromium.org2009-03-051-1/+4
* Several little style cleanups in GTK download shelf code.estade@chromium.org2009-03-054-8/+23
* Try #2 of "make JavaScript alerts reflect the URL of the frame they came from,brettw@chromium.org2009-03-0518-44/+79
* Remove the TAB_CONTENTS_NEW_TAB_UI tab contents type. This was not actually usedbrettw@chromium.org2009-03-058-14/+17
* Fix the bug: Scrolling the Spell-checker drop-down box adds the languages scr...sidchat@google.com2009-03-052-2/+44
* Have WebWorkerProxy send messages directly through RenderThread, instead of R...jam@chromium.org2009-03-053-10/+6
* Fix the golden file. JSON files should end in CRLF ontc@google.com2009-03-053-21/+19
* Reduce the height of options on the Languages panel.mal@chromium.org2009-03-051-2/+2
* Remove unnecessary typedef keywords that make gcc 4.3 unhappy.avi@chromium.org2009-03-051-2/+2
* Reverting 11002.brettw@chromium.org2009-03-0518-79/+44
* Make JavaScript alerts reflect the URL of the frame they came from, not thebrettw@chromium.org2009-03-0518-44/+79
* Bump for 169 dev cyclemal@chromium.org2009-03-051-1/+1
* Revert r10974 since it didn't change performance on the page cyclers.darin@chromium.org2009-03-051-11/+0
* Changes bookmark sorting to sort folders first.sky@google.com2009-03-052-7/+49
* Revert change 10975 and 10972 because it broke the purify nsylvain@chromium.org2009-03-056-75/+4
* Get history and download HTML UIs into Mac/Linux builds along with supporting...pinkerton@chromium.org2009-03-058-29/+59
* Fixes CRLF and trailing white spaces.maruel@chromium.org2009-03-05210-1276/+1276
* Fix startup_test failures on Windows buildbot.phajdan.jr@chromium.org2009-03-051-3/+16
* - DevToolsAgent is notified in render thread when RenderView is being detroyed.yurys@google.com2009-03-053-3/+20
* Make startup_tests build and run on Linux (except reference tests).phajdan.jr@chromium.org2009-03-0514-124/+142
* Implementation of ResourceDispatcher::OnDownloadProgresshclam@chromium.org2009-03-051-3/+19
* Temporarily disable cookie codepaths that use WebKitClient to analyzedarin@chromium.org2009-03-051-0/+11
* Highlights of changes:hclam@chromium.org2009-03-056-4/+59
* Fixes Issue 7377: Regression: Omnibox trims URL ending with 0x85 (Take 2)hbono@chromium.org2009-03-052-1/+21
* Put the dropdown menu button on the linux download shelf.estade@chromium.org2009-03-056-49/+146