summaryrefslogtreecommitdiffstats
path: root/chrome/renderer
Commit message (Expand)AuthorAgeFilesLines
* Wire GetWindowRect, GetRootWindowRect, and GetScreenInfo out to the UI thread.shess@chromium.org2009-07-081-2/+1
* Make the cancelling of drag and drop match Safari for Windows. This isarv@google.com2009-07-082-5/+9
* linux: fix renderer/plugin crash when loading multiple pages with pluginspiman@google.com2009-07-081-0/+7
* linux: OOP windowed pluginsevan@chromium.org2009-07-072-8/+27
* Fix the GC of workers. When Worker object is GC'ed in the renderer, we need t...dimich@google.com2009-07-072-5/+16
* Revert "linux: OOP windowed plugins"evan@chromium.org2009-07-062-27/+8
* linux: OOP windowed pluginsevan@chromium.org2009-07-062-8/+27
* Move Emf class to the printing library. Also creates a platform agnostic Nat...sverrir@google.com2009-07-064-30/+27
* DevTools: preserve focus on activating dev tools window.pfeldman@chromium.org2009-07-061-1/+2
* Fix Acid3 Test 48: LINKTEST, Chromium side....dglazkov@chromium.org2009-07-032-2/+16
* Foundations for Print Preview and Setupmhm@chromium.org2009-07-031-1/+2
* We used to store/restore the frame and node that were focused last when a age...jcampan@chromium.org2009-07-031-12/+0
* Add getFileSize support to chromiumvictorw@chromium.org2009-07-032-0/+13
* Fix some issues with extension messaging:mpcomplete@chromium.org2009-07-025-14/+39
* Add a couple of more extension unit tests for pagefinnur@chromium.org2009-07-021-0/+9
* Set the WebViewDelegate earlier during WebView creation to ensure thatdarin@chromium.org2009-07-021-20/+14
* We recently enabled reading sysctl values from inside the sandbox. This CL r...jeremy@chromium.org2009-07-021-4/+0
* Fix: Off-by-one errors in loops over key codes in render_view_unittest.ccyuzo@chromium.org2009-07-021-2/+2
* PageActions can now specify multiple icons and switch between themfinnur@chromium.org2009-07-012-2/+4
* Add Reload and LoadData methods to WebFrame. LoadData replacesdarin@chromium.org2009-07-012-31/+32
* In this episode, we implement the DOMUI interface for extension views that ar...aa@chromium.org2009-07-012-2/+2
* DevTools: Introduce docked version of DevTools.pfeldman@chromium.org2009-07-012-0/+19
* Send port disconnect events when a frame is unloaded.mpcomplete@chromium.org2009-07-013-3/+17
* Modify printing methods on WebFrame to be more inline with the versiondarin@chromium.org2009-06-301-2/+2
* Introduce new api for the csi folks. This exposes the already existingdavemoore@chromium.org2009-06-301-2/+70
* Refactor extension bindings to share code, avoid exposing hidden variablesmpcomplete@chromium.org2009-06-3015-345/+418
* Use defensive code to assure that we do SDCH and DNS histograms in trial onlyjar@chromium.org2009-06-301-15/+15
* fix tree by commenting out histogramsjar@chromium.org2009-06-301-0/+2
* Create A/B test of SDCHjar@chromium.org2009-06-302-6/+24
* fix for bug: http://code.google.com/p/chromium/issues/detail?id=15547davemoore@chromium.org2009-06-291-2/+8
* a few minor tweaks the bookmarks API:erikkay@google.com2009-06-291-2/+3
* - Added a new time marker for loadtimes: first_paint_after_load_time. Created...davemoore@chromium.org2009-06-293-60/+120
* Fixing: DataSource is used before null check in GetLoadTimes.finnur@chromium.org2009-06-291-2/+2
* Remove --enable-web-workers command-line switch.dimich@google.com2009-06-291-3/+0
* Fix for reverted cl http://codereview.chromium.org/147123davemoore@chromium.org2009-06-276-38/+92
* Add notifications for when V8Proxy creates or destroys a V8 Context.mpcomplete@chromium.org2009-06-264-0/+33
* Remove WebFrame::CaptureImage in favor of having consumers call Layoutdarin@chromium.org2009-06-262-8/+16
* Reverting 19361.davemoore@chromium.org2009-06-266-89/+38
* Restrict how often javascript can annoy the user with the print dialog. If a...sverrir@google.com2009-06-264-15/+62
* A recent change broke the load times. It also revealed some deficiencies.davemoore@chromium.org2009-06-266-38/+89
* Linux: fix font fallback for charactors missing from the primary font.agl@chromium.org2009-06-261-2/+5
* render view: Clear the text selection cache when we get an empty selection.estade@chromium.org2009-06-251-0/+2
* Linux: plumb fontconfig call out to the sandbox host.agl@chromium.org2009-06-254-2/+104
* Hook up WebHistoryItem and push HistoryItem serialization out of WebFrame.darin@chromium.org2009-06-251-8/+18
* Refactorying to create the ResourceLoaderBridge through a factory class for <...hclam@chromium.org2009-06-253-61/+65
* Update WebKit to 45111 and Skia to 239amanda@chromium.org2009-06-251-1/+1
* Don't disable view-source mode on cancellation. On error, we should turn offbrettw@chromium.org2009-06-252-0/+41
* DevTools Profiler: enable log compression.mnaganov@chromium.org2009-06-241-3/+4
* DevTools: Nuke legacy debugger.pfeldman@chromium.org2009-06-247-282/+8
* Some cleanup around WebCore EditCommands:jeremy@chromium.org2009-06-231-2/+2