summaryrefslogtreecommitdiffstats
path: root/chrome/renderer
Commit message (Expand)AuthorAgeFilesLines
* 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
* Linux: fix crash reporting for zygote modelagl@chromium.org2009-06-231-0/+9
* Alert the user when something fails when printing.sverrir@google.com2009-06-231-4/+12
* Re-land r18853jeremy@chromium.org2009-06-232-0/+10
* posix: two related changes to make plugin IPC work on POSIX.evan@chromium.org2009-06-221-3/+15
* Adding the ability to remove page actions.BUG=NoneTEST=unit test.finnur@chromium.org2009-06-223-24/+47
* Revert "posix: two related changes to make plugin IPC work on POSIX."evan@chromium.org2009-06-221-15/+3
* Get correct request to finsh time for histogramjar@chromium.org2009-06-201-3/+3
* posix: two related changes to make plugin IPC work on POSIX.evan@chromium.org2009-06-201-3/+15
* back out r18853jeremy@chromium.org2009-06-192-10/+0
* This patch adds Cocoa editing selectors to the RenderViewWidgetHostMac class.jeremy@chromium.org2009-06-192-0/+10
* Revert "posix: two related changes to make plugin IPC work on POSIX."evan@chromium.org2009-06-191-15/+3
* posix: two related changes to make plugin IPC work on POSIX.evan@chromium.org2009-06-191-3/+15
* TBR: Fix Toolstrips sometimes show scrollbars as renderingaa@chromium.org2009-06-191-0/+3
* Add Print Selection support to Chrome. This change is fairly involved since ...sverrir@google.com2009-06-194-23/+91
* Changing the mode we pull events in, so we don't fire off timers and notifica...avi@google.com2009-06-191-3/+5
* Fix a valgrind error related to Zygote's CommandLine usage.craig.schlenter@chromium.org2009-06-191-1/+1
* Revert 18765 to try to repair perf regressionjar@chromium.org2009-06-1913-144/+58
* Send port-closed notification when a frame with ports unloads.mpcomplete@google.com2009-06-1813-58/+144
* Implement a max worker count of 16 per tab and 64 total. Any workers created...jam@chromium.org2009-06-182-8/+33