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
*
fix for bug: http://code.google.com/p/chromium/issues/detail?id=15547
davemoore@chromium.org
2009-06-29
1
-2
/
+8
*
a few minor tweaks the bookmarks API:
erikkay@google.com
2009-06-29
1
-2
/
+3
*
- Added a new time marker for loadtimes: first_paint_after_load_time. Created...
davemoore@chromium.org
2009-06-29
3
-60
/
+120
*
Fixing: DataSource is used before null check in GetLoadTimes.
finnur@chromium.org
2009-06-29
1
-2
/
+2
*
Remove --enable-web-workers command-line switch.
dimich@google.com
2009-06-29
1
-3
/
+0
*
Fix for reverted cl http://codereview.chromium.org/147123
davemoore@chromium.org
2009-06-27
6
-38
/
+92
*
Add notifications for when V8Proxy creates or destroys a V8 Context.
mpcomplete@chromium.org
2009-06-26
4
-0
/
+33
*
Remove WebFrame::CaptureImage in favor of having consumers call Layout
darin@chromium.org
2009-06-26
2
-8
/
+16
*
Reverting 19361.
davemoore@chromium.org
2009-06-26
6
-89
/
+38
*
Restrict how often javascript can annoy the user with the print dialog. If a...
sverrir@google.com
2009-06-26
4
-15
/
+62
*
A recent change broke the load times. It also revealed some deficiencies.
davemoore@chromium.org
2009-06-26
6
-38
/
+89
*
Linux: fix font fallback for charactors missing from the primary font.
agl@chromium.org
2009-06-26
1
-2
/
+5
*
render view: Clear the text selection cache when we get an empty selection.
estade@chromium.org
2009-06-25
1
-0
/
+2
*
Linux: plumb fontconfig call out to the sandbox host.
agl@chromium.org
2009-06-25
4
-2
/
+104
*
Hook up WebHistoryItem and push HistoryItem serialization out of WebFrame.
darin@chromium.org
2009-06-25
1
-8
/
+18
*
Refactorying to create the ResourceLoaderBridge through a factory class for <...
hclam@chromium.org
2009-06-25
3
-61
/
+65
*
Update WebKit to 45111 and Skia to 239
amanda@chromium.org
2009-06-25
1
-1
/
+1
*
Don't disable view-source mode on cancellation. On error, we should turn off
brettw@chromium.org
2009-06-25
2
-0
/
+41
*
DevTools Profiler: enable log compression.
mnaganov@chromium.org
2009-06-24
1
-3
/
+4
*
DevTools: Nuke legacy debugger.
pfeldman@chromium.org
2009-06-24
7
-282
/
+8
*
Some cleanup around WebCore EditCommands:
jeremy@chromium.org
2009-06-23
1
-2
/
+2
*
Linux: fix crash reporting for zygote model
agl@chromium.org
2009-06-23
1
-0
/
+9
*
Alert the user when something fails when printing.
sverrir@google.com
2009-06-23
1
-4
/
+12
*
Re-land r18853
jeremy@chromium.org
2009-06-23
2
-0
/
+10
*
posix: two related changes to make plugin IPC work on POSIX.
evan@chromium.org
2009-06-22
1
-3
/
+15
*
Adding the ability to remove page actions.BUG=NoneTEST=unit test.
finnur@chromium.org
2009-06-22
3
-24
/
+47
*
Revert "posix: two related changes to make plugin IPC work on POSIX."
evan@chromium.org
2009-06-22
1
-15
/
+3
*
Get correct request to finsh time for histogram
jar@chromium.org
2009-06-20
1
-3
/
+3
*
posix: two related changes to make plugin IPC work on POSIX.
evan@chromium.org
2009-06-20
1
-3
/
+15
*
back out r18853
jeremy@chromium.org
2009-06-19
2
-10
/
+0
*
This patch adds Cocoa editing selectors to the RenderViewWidgetHostMac class.
jeremy@chromium.org
2009-06-19
2
-0
/
+10
*
Revert "posix: two related changes to make plugin IPC work on POSIX."
evan@chromium.org
2009-06-19
1
-15
/
+3
*
posix: two related changes to make plugin IPC work on POSIX.
evan@chromium.org
2009-06-19
1
-3
/
+15
*
TBR: Fix Toolstrips sometimes show scrollbars as rendering
aa@chromium.org
2009-06-19
1
-0
/
+3
*
Add Print Selection support to Chrome. This change is fairly involved since ...
sverrir@google.com
2009-06-19
4
-23
/
+91
*
Changing the mode we pull events in, so we don't fire off timers and notifica...
avi@google.com
2009-06-19
1
-3
/
+5
*
Fix a valgrind error related to Zygote's CommandLine usage.
craig.schlenter@chromium.org
2009-06-19
1
-1
/
+1
*
Revert 18765 to try to repair perf regression
jar@chromium.org
2009-06-19
13
-144
/
+58
*
Send port-closed notification when a frame with ports unloads.
mpcomplete@google.com
2009-06-18
13
-58
/
+144
*
Implement a max worker count of 16 per tab and 64 total. Any workers created...
jam@chromium.org
2009-06-18
2
-8
/
+33
*
Delete files from webkit/glue that have been made obsolete by corresponding
darin@chromium.org
2009-06-18
8
-112
/
+147
*
Linux: Limit the size of the shared memory segment a renderer will request.
estade@chromium.org
2009-06-17
2
-2
/
+33
*
Add a port disconnect event for when one side of an extension message port
mpcomplete@google.com
2009-06-17
6
-70
/
+74
*
Adds kind-of-live thumbnail generation for a potential tab switcher.
brettw@chromium.org
2009-06-16
2
-17
/
+1
*
Since the introduction of PushSource, there are two buffering layers in the
hclam@chromium.org
2009-06-16
5
-211
/
+302
*
Revert 18512 - Revert 18373 Consider a redirect following user gesture as us...
laforge@chromium.org
2009-06-16
1
-0
/
+2
*
Extract load times from WebDataSource. Move them to NavigationState.
darin@chromium.org
2009-06-16
4
-110
/
+180
*
Access RenderThread::current() only on render thread
hclam@chromium.org
2009-06-16
3
-47
/
+80
*
Revert 18373 - Consider a redirect following user gesture as userinitiated in...
laforge@chromium.org
2009-06-16
1
-2
/
+0
*
Hack to enable video on mac by creating a blank PlatformContextMac to draw on.
ajwong@chromium.org
2009-06-16
1
-3
/
+0
[next]