summaryrefslogtreecommitdiffstats
path: root/chrome/renderer
Commit message (Expand)AuthorAgeFilesLines
* This fixes the VerifyHistoryLength ui test flakiness. The test initiates page...ananta@chromium.org2008-10-311-0/+15
* Takes steps to make our PlatformScreen implementation more portable.darin@chromium.org2008-10-311-5/+4
* Part 2 of the CL to unfork our changes to FrameLoader.cpp to support thempcomplete@google.com2008-10-312-3/+24
* A fix for Issue 3234 in chromium "Input type password: IME is not disabled."hbono@chromium.org2008-10-311-7/+3
* Make ImageBuffer creation and handling conform to proper WebKit form rather t...brettw@google.com2008-10-311-3/+2
* Accumulated SCons changes for Windows chrome build, round II:sgk@google.com2008-10-301-0/+1
* Revert r4205 to track down buildbot unit_tests failure.sgk@google.com2008-10-301-1/+0
* Accumulated SCons changes for Windows chrome build and othersgk@google.com2008-10-301-0/+1
* Add referrer to session restore.ericroman@google.com2008-10-281-1/+1
* Add the language to the google help center URL (hl=lang).tc@google.com2008-10-281-2/+8
* Plumb the referrer throughout the OpenURL APIs.ericroman@google.com2008-10-272-3/+10
* Add a suggestion to "Learn more about this problem." if there istc@google.com2008-10-273-8/+40
* Move Time, TimeDelta and TimeTicks into namespace base.dsh@google.com2008-10-271-0/+2
* Move the spellcheck unittest into browser next to the filetc@google.com2008-10-261-487/+0
* Remove the Google Cache link from local error pages.tc@google.com2008-10-243-30/+4
* Switching hash/ to $CHROME_SRC_DIR/chrome down in chrome.bradnelson@google.com2008-10-221-1/+1
* Using $CHROME_SRC_DIR in place of hash/..bradnelson@google.com2008-10-221-1/+1
* Include chrome/renderer/SConscript in Linux build. Patch by Paweł Hajdan jrmark@chromium.org2008-10-216-40/+51
* Show the path to the Greasemonkey script that caused an erroraa@chromium.org2008-10-212-14/+23
* This fixes http://code.google.com/p/chromium/issues/detail?id=205, which was ...ananta@chromium.org2008-10-202-1/+36
* Remove throttling code from the Browser process and implement throttling in t...erg@google.com2008-10-173-16/+80
* Separate out most view creation from WebContents. This adds a new sub-delegat...brettw@google.com2008-10-171-2/+2
* Start compiling a bunch of *Chromium.cpp files in our port ontc@google.com2008-10-171-1/+1
* Adds a bit of Greasemonkey support hidden behind the --enable-greasemonkey fl...aa@google.com2008-10-167-3/+175
* Re-enable SpellCheck tests by adding en-US-1-1.bdic to copy rule in hunspell ...sidchat@google.com2008-10-161-2/+2
* Disable spellCheck tests temporarily. A new version of dictionary has been up...sidchat@google.com2008-10-161-2/+2
* This fixes http://code.google.com/p/chromium/issues/detail?id=146&,ananta@chromium.org2008-10-162-0/+10
* Add an alternate error page for connection errors. This is already supported...tc@google.com2008-10-151-11/+27
* Rename various text zoom related stuff to be more generic, since we now canbrettw@google.com2008-10-142-15/+17
* Implement ScrollView::inWindow by plumbing through RenderWidget::is_hidden to...jam@chromium.org2008-10-091-0/+1
* Patch by Thatcher Ulrich <tulrich@google.com>.ojan@google.com2008-10-093-7/+14
* Hackish changes to make gears work in the renderer with the sandbox.mpcomplete@google.com2008-10-081-0/+10
* Modify renderwidget unittest to make purify happycpu@google.com2008-10-081-2/+27
* Merge the chrome_webkit_merge_branch back on to trunk. This brings ustc@google.com2008-10-012-42/+12
* Fix painting problem with transparent plugins because plugins were ignoring t...jam@chromium.org2008-10-012-73/+174
* Adds MSAA/IAccessible exposure of web content.klink@chromium.org2008-09-302-4/+43
* While testing I hit a DCHECK on line 1643 (because of a UMR).finnur@google.com2008-09-291-1/+1
* Refactoring for portability:mark@chromium.org2008-09-291-1/+0
* Disable tests because it is leaking memorycpu@google.com2008-09-291-1/+1
* Factor out a RenderThread interfacecpu@google.com2008-09-265-27/+202
* Fix bug 455: Active match in Find is not selected and links are not focused a...finnur@google.com2008-09-261-1/+1
* This CL adds new UI tests for the SSL UI.jcampan@chromium.org2008-09-242-1/+3
* Add an accessor to get the CPAPI main plugin thread's MessageLoop. Use thatmpcomplete@google.com2008-09-231-1/+1
* This CL enables the Page info menu when right-clicking on a page/frame.jcampan@chromium.org2008-09-232-2/+5
* Fix for windowed painting regression.jam@chromium.org2008-09-231-3/+3
* Desynchronize windowless plugin painting. This greatly improves the paintingjam@chromium.org2008-09-222-102/+90
* Adding a CPAPI function to make a function call asynchonously on the plugin t...zork@google.com2008-09-191-0/+13
* This CB fixes the following issue1. http://code.google.com/p/chromium/issues/...iyengar@google.com2008-09-192-7/+28
* Disable Add to dictionary unit tests temporarily. It is flaky.sidchat@google.com2008-09-171-2/+2
* Add support for "Add to dictionary" in the context menu.sidchat@google.com2008-09-171-2/+150