index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
chrome
/
renderer
Commit message (
Expand
)
Author
Age
Files
Lines
*
This fixes the VerifyHistoryLength ui test flakiness. The test initiates page...
ananta@chromium.org
2008-10-31
1
-0
/
+15
*
Takes steps to make our PlatformScreen implementation more portable.
darin@chromium.org
2008-10-31
1
-5
/
+4
*
Part 2 of the CL to unfork our changes to FrameLoader.cpp to support the
mpcomplete@google.com
2008-10-31
2
-3
/
+24
*
A fix for Issue 3234 in chromium "Input type password: IME is not disabled."
hbono@chromium.org
2008-10-31
1
-7
/
+3
*
Make ImageBuffer creation and handling conform to proper WebKit form rather t...
brettw@google.com
2008-10-31
1
-3
/
+2
*
Accumulated SCons changes for Windows chrome build, round II:
sgk@google.com
2008-10-30
1
-0
/
+1
*
Revert r4205 to track down buildbot unit_tests failure.
sgk@google.com
2008-10-30
1
-1
/
+0
*
Accumulated SCons changes for Windows chrome build and other
sgk@google.com
2008-10-30
1
-0
/
+1
*
Add referrer to session restore.
ericroman@google.com
2008-10-28
1
-1
/
+1
*
Add the language to the google help center URL (hl=lang).
tc@google.com
2008-10-28
1
-2
/
+8
*
Plumb the referrer throughout the OpenURL APIs.
ericroman@google.com
2008-10-27
2
-3
/
+10
*
Add a suggestion to "Learn more about this problem." if there is
tc@google.com
2008-10-27
3
-8
/
+40
*
Move Time, TimeDelta and TimeTicks into namespace base.
dsh@google.com
2008-10-27
1
-0
/
+2
*
Move the spellcheck unittest into browser next to the file
tc@google.com
2008-10-26
1
-487
/
+0
*
Remove the Google Cache link from local error pages.
tc@google.com
2008-10-24
3
-30
/
+4
*
Switching hash/ to $CHROME_SRC_DIR/chrome down in chrome.
bradnelson@google.com
2008-10-22
1
-1
/
+1
*
Using $CHROME_SRC_DIR in place of hash/..
bradnelson@google.com
2008-10-22
1
-1
/
+1
*
Include chrome/renderer/SConscript in Linux build. Patch by Paweł Hajdan jr
mark@chromium.org
2008-10-21
6
-40
/
+51
*
Show the path to the Greasemonkey script that caused an error
aa@chromium.org
2008-10-21
2
-14
/
+23
*
This fixes http://code.google.com/p/chromium/issues/detail?id=205, which was ...
ananta@chromium.org
2008-10-20
2
-1
/
+36
*
Remove throttling code from the Browser process and implement throttling in t...
erg@google.com
2008-10-17
3
-16
/
+80
*
Separate out most view creation from WebContents. This adds a new sub-delegat...
brettw@google.com
2008-10-17
1
-2
/
+2
*
Start compiling a bunch of *Chromium.cpp files in our port on
tc@google.com
2008-10-17
1
-1
/
+1
*
Adds a bit of Greasemonkey support hidden behind the --enable-greasemonkey fl...
aa@google.com
2008-10-16
7
-3
/
+175
*
Re-enable SpellCheck tests by adding en-US-1-1.bdic to copy rule in hunspell ...
sidchat@google.com
2008-10-16
1
-2
/
+2
*
Disable spellCheck tests temporarily. A new version of dictionary has been up...
sidchat@google.com
2008-10-16
1
-2
/
+2
*
This fixes http://code.google.com/p/chromium/issues/detail?id=146&,
ananta@chromium.org
2008-10-16
2
-0
/
+10
*
Add an alternate error page for connection errors. This is already supported...
tc@google.com
2008-10-15
1
-11
/
+27
*
Rename various text zoom related stuff to be more generic, since we now can
brettw@google.com
2008-10-14
2
-15
/
+17
*
Implement ScrollView::inWindow by plumbing through RenderWidget::is_hidden to...
jam@chromium.org
2008-10-09
1
-0
/
+1
*
Patch by Thatcher Ulrich <tulrich@google.com>.
ojan@google.com
2008-10-09
3
-7
/
+14
*
Hackish changes to make gears work in the renderer with the sandbox.
mpcomplete@google.com
2008-10-08
1
-0
/
+10
*
Modify renderwidget unittest to make purify happy
cpu@google.com
2008-10-08
1
-2
/
+27
*
Merge the chrome_webkit_merge_branch back on to trunk. This brings us
tc@google.com
2008-10-01
2
-42
/
+12
*
Fix painting problem with transparent plugins because plugins were ignoring t...
jam@chromium.org
2008-10-01
2
-73
/
+174
*
Adds MSAA/IAccessible exposure of web content.
klink@chromium.org
2008-09-30
2
-4
/
+43
*
While testing I hit a DCHECK on line 1643 (because of a UMR).
finnur@google.com
2008-09-29
1
-1
/
+1
*
Refactoring for portability:
mark@chromium.org
2008-09-29
1
-1
/
+0
*
Disable tests because it is leaking memory
cpu@google.com
2008-09-29
1
-1
/
+1
*
Factor out a RenderThread interface
cpu@google.com
2008-09-26
5
-27
/
+202
*
Fix bug 455: Active match in Find is not selected and links are not focused a...
finnur@google.com
2008-09-26
1
-1
/
+1
*
This CL adds new UI tests for the SSL UI.
jcampan@chromium.org
2008-09-24
2
-1
/
+3
*
Add an accessor to get the CPAPI main plugin thread's MessageLoop. Use that
mpcomplete@google.com
2008-09-23
1
-1
/
+1
*
This CL enables the Page info menu when right-clicking on a page/frame.
jcampan@chromium.org
2008-09-23
2
-2
/
+5
*
Fix for windowed painting regression.
jam@chromium.org
2008-09-23
1
-3
/
+3
*
Desynchronize windowless plugin painting. This greatly improves the painting
jam@chromium.org
2008-09-22
2
-102
/
+90
*
Adding a CPAPI function to make a function call asynchonously on the plugin t...
zork@google.com
2008-09-19
1
-0
/
+13
*
This CB fixes the following issue1. http://code.google.com/p/chromium/issues/...
iyengar@google.com
2008-09-19
2
-7
/
+28
*
Disable Add to dictionary unit tests temporarily. It is flaky.
sidchat@google.com
2008-09-17
1
-2
/
+2
*
Add support for "Add to dictionary" in the context menu.
sidchat@google.com
2008-09-17
1
-2
/
+150
[next]