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
/
webkit
/
glue
Commit message (
Expand
)
Author
Age
Files
Lines
*
DevTools: wait for initial scripts response before processing backtrace response
yurys@google.com
2009-11-11
2
-22
/
+92
*
DevTools: add test for pause event during frontend load.
yurys@google.com
2009-11-11
2
-1
/
+38
*
DevTools: allow deleting entries from localStorage
yurys@google.com
2009-11-11
1
-0
/
+1
*
Rework painting to be something that will actually work. This allows plugins to
brettw@chromium.org
2009-11-11
3
-3
/
+23
*
Never send NPRES_NETWORK_ERR to Flash in response to a url that it opened in ...
jam@chromium.org
2009-11-10
3
-0
/
+8
*
Distinguish between old and new FTP LIST response parsers
phajdan.jr@chromium.org
2009-11-10
1
-8
/
+8
*
Prevent plugins from handling PDF on the Mac
stuartmorgan@chromium.org
2009-11-10
1
-0
/
+8
*
Revert 31562 - Add NPP_SetWindow() with a NULL window to stop races in plugin
stuartmorgan@chromium.org
2009-11-10
1
-6
/
+0
*
Add NPP_SetWindow() with a NULL window to stop races in plugin
amanda@chromium.org
2009-11-10
1
-0
/
+6
*
Fix Resources panel enablement
apavlov@chromium.org
2009-11-10
1
-3
/
+3
*
Roll WebKit DEPS 50603:50641.
levin@chromium.org
2009-11-09
1
-1
/
+1
*
Fix regression in which NPRES_NETWORK_ERR instead of NPRES_USER_BREAK was pas...
jam@chromium.org
2009-11-09
1
-5
/
+9
*
DevTools: fix 'super' call, route it to new InspectorControllerStub.
pfeldman@chromium.org
2009-11-08
1
-2
/
+1
*
DevTools: migrate from inspector_controller.js to the InspectorControllerStub...
pfeldman@chromium.org
2009-11-07
2
-525
/
+10
*
Use the new FTP LIST parsing code in the browser.
phajdan.jr@chromium.org
2009-11-07
2
-46
/
+109
*
DevTools: add pause on exception test
yurys@google.com
2009-11-07
1
-0
/
+31
*
Move PasswordAutocompleteListener into the WebKit API (AGAIN)
yaar@chromium.org
2009-11-07
10
-186
/
+171
*
Fix dummy plugin window update (Mac)
stuartmorgan@chromium.org
2009-11-06
1
-6
/
+8
*
Reverting 31266. threw asserts in test_shell on the bots.
amanda@chromium.org
2009-11-06
2
-18
/
+136
*
Unfork shared methods of WebPluginDelegateImpl. As a side effect, should fix
amanda@chromium.org
2009-11-06
2
-136
/
+18
*
Implement the Cocoa event model for Mac NPAPI. This is a first cut for the
amanda@chromium.org
2009-11-06
2
-60
/
+214
*
DevTools: Turn pause on exceptions off by default (as in Web Inspector and Fi...
pfeldman@chromium.org
2009-11-06
1
-1
/
+1
*
Invoke DevTools window search rather than native search on F3 keypress
apavlov@chromium.org
2009-11-06
1
-9
/
+44
*
Focus DevTools window on inspected node selection with magnifier
apavlov@chromium.org
2009-11-06
1
-0
/
+4
*
Third patch in making destructors of refcounted objects private.
jam@chromium.org
2009-11-05
9
-11
/
+34
*
Fix comment
jam@chromium.org
2009-11-05
1
-1
/
+1
*
Don't load the Java plugin prior to update 12, since they don't work in Chrom...
jam@chromium.org
2009-11-05
2
-0
/
+17
*
Move PasswordFormDomManager::CreatePassword into the WebKit API
yaar@chromium.org
2009-11-05
2
-241
/
+26
*
Coverity: Fix leaking UCharsetDetector in ftp code.
mattm@chromium.org
2009-11-05
1
-0
/
+1
*
Revert 31094 - [Mac] Blacklist PDF so that they are downloaded instead of han...
rsesek@chromium.org
2009-11-05
1
-2
/
+0
*
[Mac] Blacklist PDF so that they are downloaded instead of handled by QuickTime
rsesek@chromium.org
2009-11-05
1
-0
/
+2
*
Highlight node with mouse over it while selecting element to inspect
apavlov@chromium.org
2009-11-05
4
-16
/
+9
*
DevTools: Add port method stub: avoid devtools breakage on deps roll.
pfeldman@chromium.org
2009-11-05
1
-0
/
+4
*
Switch over to the new way of enabling/disabling session/local storage.
jorlow@chromium.org
2009-11-05
2
-3
/
+0
*
Introduce WebAccessibilityControllerImpl.
dglazkov@chromium.org
2009-11-04
6
-966
/
+347
*
Implement FormStructure and an initial method, EncodeUploadRequest. This als...
jhawkins@chromium.org
2009-11-04
4
-3
/
+16
*
Enable localization of default downloaded filename.
tony@chromium.org
2009-11-04
1
-7
/
+3
*
DevTools: fix categories alignment.
pfeldman@chromium.org
2009-11-04
1
-0
/
+4
*
First half of http://codereview.chromium.org/274014/show
jorlow@chromium.org
2009-11-04
2
-24
/
+0
*
Eliminate mime_util dependency in FrameLoaderClientImpl.
darin@chromium.org
2009-11-04
2
-0
/
+9
*
Fix TestProfilerTab.
mnaganov@chromium.org
2009-11-03
1
-4
/
+3
*
Eliminate WebViewImpl's dependency on WebDevToolsAgentImpl.
darin@chromium.org
2009-11-03
2
-16
/
+19
*
Remove a duplicate CSS rule from devtools.css
apavlov@chromium.org
2009-11-03
1
-5
/
+0
*
DevTools: prepare for WebKit change 50460.
mnaganov@chromium.org
2009-11-03
6
-26
/
+40
*
Add the plumbing and test code for plugins opening files from the sandbox. This
brettw@chromium.org
2009-11-03
7
-54
/
+68
*
DevTools: fix renderer crash when pause is pressed during page load
yurys@google.com
2009-11-03
1
-4
/
+1
*
DevTools: fix script tests broken by WebKit change 50431
yurys@google.com
2009-11-03
1
-38
/
+27
*
Chrome changes to extract the code from V8Proxy that special-cases
darin@chromium.org
2009-11-03
3
-27
/
+0
*
Do not touch a NPStream object when it is already destructed.
yusukes@google.com
2009-11-02
1
-2
/
+1
*
DevTools: change expected resource length to match its real size.
yurys@google.com
2009-11-02
1
-1
/
+1
[next]