summaryrefslogtreecommitdiffstats
path: root/chrome/renderer
Commit message (Expand)AuthorAgeFilesLines
* 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
* Delete files from webkit/glue that have been made obsolete by correspondingdarin@chromium.org2009-06-188-112/+147
* Linux: Limit the size of the shared memory segment a renderer will request.estade@chromium.org2009-06-172-2/+33
* Add a port disconnect event for when one side of an extension message portmpcomplete@google.com2009-06-176-70/+74
* Adds kind-of-live thumbnail generation for a potential tab switcher.brettw@chromium.org2009-06-162-17/+1
* Since the introduction of PushSource, there are two buffering layers in thehclam@chromium.org2009-06-165-211/+302
* Revert 18512 - Revert 18373 Consider a redirect following user gesture as us...laforge@chromium.org2009-06-161-0/+2
* Extract load times from WebDataSource. Move them to NavigationState.darin@chromium.org2009-06-164-110/+180
* Access RenderThread::current() only on render threadhclam@chromium.org2009-06-163-47/+80
* Revert 18373 - Consider a redirect following user gesture as userinitiated in...laforge@chromium.org2009-06-161-2/+0
* Hack to enable video on mac by creating a blank PlatformContextMac to draw on.ajwong@chromium.org2009-06-161-3/+0