summaryrefslogtreecommitdiffstats
path: root/chrome/renderer
Commit message (Expand)AuthorAgeFilesLines
* Do not allow URL drops on app windows to cause a navigation awaytc@google.com2009-06-104-6/+33
* Stop auto-correcting abbreviations.BUG= www.crbug.com/12921TEST= For command ...sidchat@google.com2009-06-102-4/+6
* Revert 18090jrg@chromium.org2009-06-102-145/+30
* To help resolve the performance issue introduced when enabling the resize cor...mad@google.com2009-06-102-30/+145
* Make a comment change to the grd file so that my resource change from the pre...erikkay@google.com2009-06-101-1/+1
* Clean up bookmark API to match style of other extension APIserikkay@google.com2009-06-103-40/+50
* Change the extension callback system to work more like events, where we trackmpcomplete@google.com2009-06-108-126/+119
* Fixes a flash plugin hang caused by opening google finance ticker symbols in ...ananta@chromium.org2009-06-096-64/+26
* Revert 17889. It broke the extensions_uitests. And I didn't even get itmpcomplete@google.com2009-06-088-117/+127
* Change the extension callback system to work more like events, where we trackmpcomplete@google.com2009-06-088-127/+117
* Revert has_selection flag back to false (was testing that this worked and for...sverrir@google.com2009-06-081-1/+1
* Add support for printing selection only flag. This only adds the flag to the ...sverrir@google.com2009-06-085-2/+23
* Turn on DevTools Profiler.mnaganov@chromium.org2009-06-081-1/+3
* Add a test to print using javascript. This is to make sure I don't break anyt...sverrir@google.com2009-06-051-0/+31
* Fix a one pixel offset error in PrintLayoutTest. Now checks with a 5% margin...sverrir@google.com2009-06-051-2/+8
* Refuse to load extension-private plugins for pages that don't belong to thatmpcomplete@google.com2009-06-051-1/+5
* Reenable unittest and fix the failure. This failed after a change in thesverrir@google.com2009-06-051-4/+1
* Add an extension to expose some primitives to JS for doing mbelshe@google.com2009-06-053-0/+25
* Changed to use PushSource for the intermediate bufferhclam@chromium.org2009-06-052-27/+105
* Testing AudioMessageFilterhclam@chromium.org2009-06-042-0/+197
* ipc: use strings, not wstrings for channel ids.evan@chromium.org2009-06-0410-11/+11
* Convert most of the chrome .lib files to gyp generation:sgk@chromium.org2009-06-041-467/+0
* Disable failing PrintLayoutTest test. Commenting out because of local compila...sverrir@google.com2009-06-041-0/+3
* Modify the view size when printing. This is to re-layout everything on the p...sverrir@google.com2009-06-041-26/+80
* Change from CRLF to LF - a later patch does not work on the try bots because ...sverrir@google.com2009-06-042-374/+374
* Allow sysctl-read in the mac sandbox, making drawing of zoomed controls more ...thakis@chromium.org2009-06-042-35/+8
* Revert r17575 and r17576. They are causing layout test errors.agl@chromium.org2009-06-041-42/+3
* Linux: Add support for chrooted renderers.agl@chromium.org2009-06-041-3/+42
* Resubmitting change r17491 that was reverted because of a memory leak.sverrir@google.com2009-06-035-238/+390
* Revert "Refactor print functionality in RenderView..."willchan@chromium.org2009-06-035-391/+238
* Refactor print functionality in RenderView. Moved most of the print function...sverrir@google.com2009-06-035-238/+391
* Reduce header dependencies in base/phajdan.jr@chromium.org2009-06-031-0/+1
* Implement InspectorClient's Settings API.pfeldman@chromium.org2009-06-032-0/+6
* Header cleanup in webkit/gluephajdan.jr@chromium.org2009-06-011-0/+1
* Enforce a max length for document titles.abarth@chromium.org2009-05-301-2/+8
* BUG=12192rafaelw@chromium.org2009-05-3010-29/+15
* DevTools: decouple class and method names from RPC message arguments. That wo...yurys@google.com2009-05-294-12/+28
* Fixed a bug with the unit_tests, which caused it to leave hebrew enabledhbono@chromium.org2009-05-292-15/+45
* Automatically adapt to faster/slower uploads of renderer histogramsjar@chromium.org2009-05-284-17/+17
* Respect Linux user prefs with regards to crash reporting.thestig@chromium.org2009-05-284-117/+0
* Remove DataSourceImpl from chrome/renderer/mediahclam@chromium.org2009-05-282-538/+0
* Chrome renderer support for YV16.fbarchard@chromium.org2009-05-271-11/+17
* posix: don't register gears at all.evan@chromium.org2009-05-261-0/+3
* Fixing a long resource loading for small clipshclam@chromium.org2009-05-261-16/+18
* Update renderers when there are zero user scripts.aa@chromium.org2009-05-261-1/+1
* Rename |policy_url| to |first_party_for_cookies|. This now matches the WebKi...abarth@chromium.org2009-05-235-17/+18
* Adds a RenderViewTest.PrintLayoutTest.hbono@chromium.org2009-05-238-11/+650
* CPAPI gears drag drop and renderer IPC.michaeln@google.com2009-05-222-3/+108
* Introduce a buffer wait and timeout threshold for BufferedResourceLoaderhclam@chromium.org2009-05-222-175/+314
* Remove the HistoryState property of WebRequest.darin@chromium.org2009-05-221-21/+31