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
*
This fixes the npapi-response-headers layout test, which started failing afte...
ananta@chromium.org
2009-08-04
1
-6
/
+8
*
Skip STR resources in Mac plugins that we can't convert to CFStrings
stuartmorgan@google.com
2009-08-04
1
-0
/
+2
*
Move alternate 404 error page loading out of WebFrame and into RenderView.
darin@chromium.org
2009-08-04
7
-227
/
+68
*
Don't call NPP_SetWindow during the painting of windowless plugins.
dglazkov@chromium.org
2009-08-04
2
-19
/
+35
*
DevTools: add missing file from the devtools console fix.
pfeldman@chromium.org
2009-08-04
1
-3
/
+3
*
DevTools: add missing <ph> tags to .grd file.
mnaganov@chromium.org
2009-08-04
1
-2
/
+2
*
DevTools: Fix devtools after WebKit @r46732 roll.
pfeldman@chromium.org
2009-08-04
2
-8
/
+10
*
Another attempt at landing this patch.
ananta@chromium.org
2009-08-04
8
-37
/
+166
*
When loading an alternate 404 error page, always set 'replace' to true.
darin@chromium.org
2009-08-03
1
-1
/
+1
*
Fix a DCHECK we hit when a mime type isn't ASCII.
evan@chromium.org
2009-08-03
1
-6
/
+18
*
DevTools: prepare for l10n.
mnaganov@chromium.org
2009-08-03
4
-12
/
+645
*
Move alternate error page loading out of WebFrame.
darin@chromium.org
2009-08-02
7
-86
/
+36
*
linux: don't call NPP_SetWindow if the width/height is <= 0
piman@chromium.org
2009-07-31
1
-0
/
+9
*
WebKit Update 46594:46622
ukai@chromium.org
2009-07-31
1
-0
/
+5
*
Fix a crash in BufferedDataSource
hclam@chromium.org
2009-07-31
2
-2
/
+19
*
Change to WebMediaPlayerImpl incorrectly translated some pipeline errors.
kylep@chromium.org
2009-07-31
1
-7
/
+7
*
Provide media slider thumb image for media controls panel
hclam@chromium.org
2009-07-30
3
-0
/
+2
*
Reverting 22041 as it caused plugin crashes in reliability test runs.
ananta@chromium.org
2009-07-30
7
-98
/
+18
*
Add a WebKit API that registers a V8 extension to be loaded into content
mpcomplete@chromium.org
2009-07-30
3
-10
/
+22
*
Pipeline will execute a callback whenever an run-time error has happened.
kylep@chromium.org
2009-07-30
2
-2
/
+57
*
Add plumbing for allowing the renderer to intercept and cancel redirects before
darin@chromium.org
2009-07-30
6
-23
/
+41
*
DevTools: hide script for javascript:void(0)
yurys@google.com
2009-07-30
1
-2
/
+31
*
DevTools: Show errors that happened while expanding object properties.
pfeldman@chromium.org
2009-07-30
1
-26
/
+29
*
DevTools: Do not list getter functions in object properties.
pfeldman@chromium.org
2009-07-30
1
-24
/
+32
*
Remove dependencies on the bug-bait V8Proxy::context() API. No behavior change.
abarth@chromium.org
2009-07-30
4
-7
/
+7
*
Another attempt at landing this patch.
ananta@chromium.org
2009-07-30
7
-18
/
+98
*
WebKit Update 46536:46570
ukai@chromium.org
2009-07-30
2
-0
/
+6
*
Revert "Fix a DCHECK we hit when a mime type isn't ASCII."
evan@chromium.org
2009-07-30
1
-18
/
+6
*
Fix a DCHECK we hit when a mime type isn't ASCII.
evan@chromium.org
2009-07-30
1
-6
/
+18
*
Fix build bustage due to r21999
hclam@chromium.org
2009-07-29
1
-1
/
+1
*
BufferedDataSource to support server without range request support
hclam@chromium.org
2009-07-29
7
-169
/
+346
*
linux: also look in ~/.mozilla/plugins for plugins
evan@chromium.org
2009-07-29
1
-1
/
+7
*
Update the Mac plugin dummy window code for the new coordinate system.
stuartmorgan@google.com
2009-07-29
2
-122
/
+210
*
Retry requests that has timed out in BufferedDataSource
hclam@google.com
2009-07-29
3
-1
/
+134
*
This CL fixes issue 17468: Regression: Directionality marks should not be ins...
xji@chromium.org
2009-07-29
2
-15
/
+13
*
Update Chromium side of WebKit r46507.
pkasting@chromium.org
2009-07-29
2
-4
/
+7
*
linux: unload plugin libraries after extracting mime types
evan@chromium.org
2009-07-29
1
-0
/
+2
*
Make webkit\glue\cpp_*.cc not depend on "config.h"
jorlow@chromium.org
2009-07-29
3
-49
/
+30
*
Add support for attribute spellcheck="true"/"false" in <input>.
sidchat@google.com
2009-07-28
1
-0
/
+2
*
linux plugins: assume UTF-8 for plugin name/description
evan@chromium.org
2009-07-28
1
-2
/
+5
*
Remove unreferenced .rules files.
sgk@google.com
2009-07-28
1
-18
/
+0
*
Fix for spell check underlines disappearing when user clicks out of the Text ...
sidchat@google.com
2009-07-28
1
-2
/
+8
*
Revert "Pipeline will execute a callback whenever an run-time error has happe...
scherkus@chromium.org
2009-07-28
2
-52
/
+0
*
Pipeline will execute a callback whenever an run-time error has happened.
kylep@chromium.org
2009-07-28
2
-0
/
+52
*
Remove *.vsprops files that are no longer referenced (or only have
sgk@google.com
2009-07-28
1
-14
/
+0
*
Enable layout tests: worker-constructor.html and worker-script-error.html.
jianli@chromium.org
2009-07-28
1
-6
/
+18
*
DevTools: remove console API stub (works fine with new WebKit).
pfeldman@chromium.org
2009-07-28
1
-9
/
+0
*
Roll to WebKit 46490. DevTools: Migrate to the new ScriptObject API.
pinkerton@chromium.org
2009-07-28
1
-2
/
+5
*
DevTools: show constructor name for eval result.
yurys@google.com
2009-07-28
3
-3
/
+5
*
DevTools: Stub console addInspectedNode call in new console API.
pfeldman@chromium.org
2009-07-28
1
-0
/
+14
[next]