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
*
Reapply 5971 which was reverted in 5974. The unit test wasn't unregistering t...
maruel@chromium.org
2008-12-01
1
-0
/
+1
*
Fix the painting problem with Stree View and Flash 10. After the size of the...
jam@chromium.org
2008-12-01
2
-14
/
+9
*
Rollback
mbelshe@google.com
2008-12-01
1
-4
/
+0
*
A new copy of the old system monitor changelist.
mbelshe@google.com
2008-11-30
1
-0
/
+4
*
src/webkit side of webKit merge 38653:38729
ojan@google.com
2008-11-27
2
-2
/
+2
*
Reverting 5971.
maruel@chromium.org
2008-11-25
1
-1
/
+0
*
Add superficial unit test for PrintJob. That's a start.
maruel@chromium.org
2008-11-25
1
-0
/
+1
*
Fixes the WebRequest API to consistently use std::string instead of
darin@chromium.org
2008-11-25
1
-4
/
+4
*
Find now uses WebKit's TextMatch highlighting for Find-in-page.
finnur@google.com
2008-11-24
1
-10
/
+4
*
Don't save state when the page ID doesn't change.
brettw@google.com
2008-11-24
1
-2
/
+9
*
Remove base versions of the graphics headers, which previously just forwarded...
brettw@google.com
2008-11-22
2
-3
/
+3
*
Remove use of wide characters in stats table identifiers.
evanm@google.com
2008-11-22
1
-2
/
+2
*
Rollback "Remove use of wide characters in stats table identifiers."
evanm@google.com
2008-11-21
1
-2
/
+2
*
Remove use of wide characters in stats table identifiers.
evanm@google.com
2008-11-21
1
-2
/
+2
*
Plumb WebCore's windowResizerRect() through glue and renderer. Enables Mac sc...
pinkerton@google.com
2008-11-21
2
-0
/
+6
*
Revert 5607 because it caused a base_unittest failure.
maruel@chromium.org
2008-11-18
1
-1
/
+0
*
Add superficial unit test for PrintJob. That's a start.
maruel@chromium.org
2008-11-18
1
-0
/
+1
*
A workaround fix for Issue 343 "Chinese Sogou input method lose first initial...
hbono@chromium.org
2008-11-17
3
-3
/
+12
*
Review URL: http://codereview.chromium.org/10958
mbelshe@google.com
2008-11-14
1
-4
/
+0
*
Change to integrate SystemMonitor changes into chrome.
mbelshe@google.com
2008-11-14
1
-0
/
+4
*
Add Terminate() to the Process object, have RenderProcessHost use this to avo...
brettw@google.com
2008-11-14
16
-55
/
+53
*
Re-do the way browser windows are shown:
ben@chromium.org
2008-11-14
1
-1
/
+1
*
* Copy webkit_glue font functions into ChromiumBridge.
erikkay@google.com
2008-11-13
3
-61
/
+0
*
Prevent crash due to DIB allocation failure
joshia@google.com
2008-11-12
3
-11
/
+23
*
Review URL: http://codereview.chromium.org/10005
petersont@google.com
2008-11-11
2
-3
/
+11
*
Change old code from "unloadListnerChanged" model to new WebKit EnableSuddenT...
erikkay@google.com
2008-11-10
2
-19
/
+8
*
Don't crash on chrome.exe --type=renderer. Don't try to GlobalCleanup() if G...
deanm@chromium.org
2008-11-10
1
-1
/
+2
*
Review URL: http://codereview.chromium.org/10237
petersont@google.com
2008-11-08
2
-11
/
+3
*
Entries in a form get recorded when the user submits the form. Database and ...
petersont@google.com
2008-11-08
2
-3
/
+11
*
Landing this again as I cannot reproduce the perf regression locally.
jcampan@chromium.org
2008-11-07
5
-14
/
+68
*
Reverting the autofill popu CL as it creates perf regression.
jcampan@chromium.org
2008-11-06
5
-68
/
+14
*
Changed the call to attach the debugger to V8 to run in the renderer thread. ...
sgjesse@chromium.org
2008-11-06
2
-2
/
+21
*
Changes parameters used by IME code to fix several issues caused by Japanese ...
hbono@chromium.org
2008-11-06
1
-19
/
+23
*
This CL adds the autofill UI in forms.
jcampan@chromium.org
2008-11-05
5
-14
/
+68
*
Rewrote the clipboard API to be more concurrent. Added a helper class to make...
estade@chromium.org
2008-11-05
1
-52
/
+67
*
Finish unforking the async history item changes.
mpcomplete@google.com
2008-11-04
2
-3
/
+6
*
Fix for crash in NPN_Invoke. This happened because the window script NPObjec...
jam@chromium.org
2008-11-04
1
-13
/
+15
*
Convert chrome\renderer to new SCons naming.
sgk@google.com
2008-11-03
2
-74
/
+109
*
Change some places where we were using javascript: URLs to use
aa@google.com
2008-11-03
4
-12
/
+11
*
Add support for @include in Greasemonkey scripts.
aa@google.com
2008-11-03
3
-13
/
+215
*
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
[next]