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
*
Wire GetWindowRect, GetRootWindowRect, and GetScreenInfo out to the UI thread.
shess@chromium.org
2009-07-08
1
-2
/
+1
*
Make the cancelling of drag and drop match Safari for Windows. This is
arv@google.com
2009-07-08
2
-5
/
+9
*
linux: fix renderer/plugin crash when loading multiple pages with plugins
piman@google.com
2009-07-08
1
-0
/
+7
*
linux: OOP windowed plugins
evan@chromium.org
2009-07-07
2
-8
/
+27
*
Fix the GC of workers. When Worker object is GC'ed in the renderer, we need t...
dimich@google.com
2009-07-07
2
-5
/
+16
*
Revert "linux: OOP windowed plugins"
evan@chromium.org
2009-07-06
2
-27
/
+8
*
linux: OOP windowed plugins
evan@chromium.org
2009-07-06
2
-8
/
+27
*
Move Emf class to the printing library. Also creates a platform agnostic Nat...
sverrir@google.com
2009-07-06
4
-30
/
+27
*
DevTools: preserve focus on activating dev tools window.
pfeldman@chromium.org
2009-07-06
1
-1
/
+2
*
Fix Acid3 Test 48: LINKTEST, Chromium side....
dglazkov@chromium.org
2009-07-03
2
-2
/
+16
*
Foundations for Print Preview and Setup
mhm@chromium.org
2009-07-03
1
-1
/
+2
*
We used to store/restore the frame and node that were focused last when a age...
jcampan@chromium.org
2009-07-03
1
-12
/
+0
*
Add getFileSize support to chromium
victorw@chromium.org
2009-07-03
2
-0
/
+13
*
Fix some issues with extension messaging:
mpcomplete@chromium.org
2009-07-02
5
-14
/
+39
*
Add a couple of more extension unit tests for page
finnur@chromium.org
2009-07-02
1
-0
/
+9
*
Set the WebViewDelegate earlier during WebView creation to ensure that
darin@chromium.org
2009-07-02
1
-20
/
+14
*
We recently enabled reading sysctl values from inside the sandbox. This CL r...
jeremy@chromium.org
2009-07-02
1
-4
/
+0
*
Fix: Off-by-one errors in loops over key codes in render_view_unittest.cc
yuzo@chromium.org
2009-07-02
1
-2
/
+2
*
PageActions can now specify multiple icons and switch between them
finnur@chromium.org
2009-07-01
2
-2
/
+4
*
Add Reload and LoadData methods to WebFrame. LoadData replaces
darin@chromium.org
2009-07-01
2
-31
/
+32
*
In this episode, we implement the DOMUI interface for extension views that ar...
aa@chromium.org
2009-07-01
2
-2
/
+2
*
DevTools: Introduce docked version of DevTools.
pfeldman@chromium.org
2009-07-01
2
-0
/
+19
*
Send port disconnect events when a frame is unloaded.
mpcomplete@chromium.org
2009-07-01
3
-3
/
+17
*
Modify printing methods on WebFrame to be more inline with the version
darin@chromium.org
2009-06-30
1
-2
/
+2
*
Introduce new api for the csi folks. This exposes the already existing
davemoore@chromium.org
2009-06-30
1
-2
/
+70
*
Refactor extension bindings to share code, avoid exposing hidden variables
mpcomplete@chromium.org
2009-06-30
15
-345
/
+418
*
Use defensive code to assure that we do SDCH and DNS histograms in trial only
jar@chromium.org
2009-06-30
1
-15
/
+15
*
fix tree by commenting out histograms
jar@chromium.org
2009-06-30
1
-0
/
+2
*
Create A/B test of SDCH
jar@chromium.org
2009-06-30
2
-6
/
+24
*
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
[next]