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
*
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
*
DevTools: report correct content length for resources.
yurys@google.com
2009-11-02
9
-25
/
+67
*
DevTools: support cross-navigation instrumentation.
pfeldman@chromium.org
2009-11-02
3
-19
/
+88
*
DevTools Heap profiler: implement sorting.
mnaganov@chromium.org
2009-11-02
1
-32
/
+200
*
Expose a method to access amount of memory used by the current process.
darin@chromium.org
2009-11-02
2
-0
/
+10
*
Revert "Eliminate mime_util dependency from WebFrameLoaderClient."
mhm@chromium.org
2009-11-01
2
-9
/
+0
*
Eliminate mime_util dependency from WebFrameLoaderClient.
mhm@chromium.org
2009-11-01
2
-0
/
+9
*
Store the form name, source URL and target URL in FormFieldValues. These are...
jhawkins@chromium.org
2009-11-01
2
-10
/
+34
*
To facilitate apatrick's work on the 3D renderer for Pepper,
sehr@google.com
2009-10-31
4
-0
/
+167
*
DevTools: add all scripts from afterCompile events when scripts panel is show...
yurys@google.com
2009-10-31
2
-5
/
+60
*
Change notification cmd line enabling to use the new RuntimeEnabledFeatures c...
johnnyg@chromium.org
2009-10-31
2
-5
/
+1
*
Blacklist the O3D plugin on the Mac
stuartmorgan@chromium.org
2009-10-30
1
-0
/
+2
*
Remove TemporaryGlue::popupsAllowed by just having the
darin@chromium.org
2009-10-30
2
-12
/
+0
*
Ensure that NPN_PluginThreadAsyncCall callbacks are not invoked after NPP_Des...
apatrick@google.com
2009-10-30
4
-1
/
+130
*
Flesh out more of ChromiumBridge.cpp eliminating all but two methods on
darin@chromium.org
2009-10-30
2
-205
/
+68
*
Fix spurious errors when dragging Web Inspector elements
apavlov@chromium.org
2009-10-30
1
-6
/
+10
*
DevTools: Fix console and resources filters looks.
pfeldman@chromium.org
2009-10-30
1
-0
/
+8
*
Move various runtime enabled features into a WebRuntimeFeatures class.
darin@chromium.org
2009-10-30
1
-1
/
+4
*
Moves webview_impl.cc, webframe_impl.cc and webframeloaderclient_impl.cc into
darin@chromium.org
2009-10-30
25
-6291
/
+95
*
Add layoutTestController.counterValueForElementById
hamaji@chromium.org
2009-10-30
2
-0
/
+20
*
Blacklist PDF Browser Plugin on Mac for now.
stuartmorgan@chromium.org
2009-10-29
1
-7
/
+56
*
Remove the element_ member of FormField, as we don't use it and shouldn't be ...
jhawkins@chromium.org
2009-10-29
3
-18
/
+5
*
First attempt at fixing a crash that occurs when we get into WebFrameLoaderCl...
japhet@chromium.org
2009-10-29
1
-2
/
+5
*
Move webworker{client}_impl.{h,cc} into webkit/api/src
yaar@chromium.org
2009-10-29
6
-1223
/
+2
*
DevTools: wire up timeline panel to Chrome!
pfeldman@chromium.org
2009-10-29
1
-0
/
+3
*
DevTools: Not all resources are displayed in Resources tab
pfeldman@chromium.org
2009-10-29
1
-1
/
+1
*
DevTools: Implement raw cookies access for inspector.
pfeldman@chromium.org
2009-10-29
3
-0
/
+89
*
DevTools: Webkit merge broke DevToolsSanityTest.TestEnableResourcesTab
pfeldman@chromium.org
2009-10-29
1
-1
/
+2
[next]