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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implement more of Flush properly. This adds support for waiting on the message
brettw@chromium.org
2010-06-16
5
-32
/
+96
*
Add DISABLE_RUNNABLE_METHOD_REFCOUNT to make disabling refcounts in RunnableM...
ajwong@chromium.org
2010-06-16
5
-31
/
+7
*
Add webkit_support::SetCurrentDirectoryForFileURL(const WebURL&).
tkent@google.com
2010-06-16
2
-0
/
+9
*
Fixed a crash and added a test to find it.
mad@google.com
2010-06-16
3
-14
/
+67
*
Adding a new showSuggestionPopup to the the WebPasswordAutocompleteListenerImpl
jcivelli@chromium.org
2010-06-16
2
-6
/
+14
*
TTF: Enable disabled test: ResourceFetcherTests.ResourceFetcherDownload
vandebo@chromium.org
2010-06-16
1
-1
/
+1
*
TTF: Enable disabled test: AppCacheStorageImplTest.BasicFindMainResponseInDat...
vandebo@chromium.org
2010-06-15
1
-2
/
+1
*
At times the Windows media player plugin would not render video. This would o...
ananta@chromium.org
2010-06-15
6
-10
/
+59
*
Temporary update of downstream expectations until full WebKit roll.
dimich@chromium.org
2010-06-15
1
-0
/
+4
*
Add support for serializing WebHistoryItem::itemSequenceNumber.
darin@chromium.org
2010-06-15
1
-1
/
+15
*
Always report keypresses in plugins as handled on the Mac
stuartmorgan@chromium.org
2010-06-15
1
-4
/
+11
*
Add a net::HttpNetworkDelegate and a ChromeNetworkDelegate.
willchan@chromium.org
2010-06-15
1
-1
/
+1
*
Make timer-driven CA plugins less wasteful, and up the timer frequency
stuartmorgan@chromium.org
2010-06-15
1
-1
/
+6
*
Removes downstream test expectation for callback-exception.html.
bulach@chromium.org
2010-06-15
1
-2
/
+0
*
Create new function for the common part of GetWebKitRootDir() and
tkent@google.com
2010-06-15
1
-15
/
+15
*
Remove a ResourceBundle::GetDataResource and convert people to
tony@chromium.org
2010-06-15
1
-3
/
+3
*
Temporarily disables fast/dom/Geolocation/callback-exception.html
bulach@chromium.org
2010-06-14
1
-0
/
+2
*
Removes Geolocation test expectations from downstream.
bulach@chromium.org
2010-06-14
1
-4
/
+0
*
Clears the autofilled password when the login is changed.
jcivelli@chromium.org
2010-06-13
4
-153
/
+186
*
Support WebSQLDatabases in incognito mode.
dumi@chromium.org
2010-06-13
6
-369
/
+500
*
Added plumbing to transport the frame name between RenderViewHost and the Web...
atwilson@chromium.org
2010-06-12
2
-1
/
+13
*
Fixed edgecase bugs for WebMediaPlayer buffered()
vrk@google.com
2010-06-12
1
-2
/
+6
*
Add a font API to Pepper and implement on Linux based on agl's code from http...
jam@chromium.org
2010-06-11
2
-0
/
+10
*
Linux: add some more magic test_shell fonts.
agl@chromium.org
2010-06-11
1
-0
/
+15
*
Linux: add some more magic test_shell fonts.
agl@chromium.org
2010-06-11
1
-0
/
+31
*
Make MediaFilter::Stop() asynchronous.
boliu@chromium.org
2010-06-11
8
-23
/
+54
*
Second attempt to land r49489.
wtc@chromium.org
2010-06-11
1
-1
/
+3
*
Revert 49489 - Use NSS for SSL by default on Mac OS X.
hayato@chromium.org
2010-06-11
1
-3
/
+1
*
Use NSS for SSL by default on Mac OS X.
wtc@chromium.org
2010-06-11
1
-1
/
+3
*
Delete default plugin external npapi entry points.
thakis@chromium.org
2010-06-11
2
-20
/
+0
*
Track whether a page was loaded via a proxy so that we can
mbelshe@chromium.org
2010-06-10
3
-0
/
+7
*
Keep the internal plugin always loaded in a more efficient way (i.e. don't in...
jam@chromium.org
2010-06-10
2
-18
/
+30
*
First pass at implementing real Flush callbacks. This does not currently
brettw@chromium.org
2010-06-10
4
-40
/
+286
*
Added resource images for progress bar on Linux.
tony@chromium.org
2010-06-10
6
-0
/
+8
*
Move npapi_layout_test_plugin target to webkit_support to use it from
tkent@google.com
2010-06-10
5
-86
/
+129
*
Take 2 at working around a multipart crash
tony@chromium.org
2010-06-10
3
-11
/
+24
*
Add a dependency to the GLES2 C lib to the test_shell and related projects to
vangelis@chromium.org
2010-06-09
1
-0
/
+1
*
Add a command line switch to enable the pepper testing interface. This moves ...
brettw@chromium.org
2010-06-09
5
-4
/
+51
*
Remove an inaccurate comment about STLDeleteElements.
tfarina@chromium.org
2010-06-08
1
-2
/
+0
*
AppCache: Use a dedicated thread for the disk cache.
rvargas@google.com
2010-06-07
17
-143
/
+173
*
Reapply 49081: AppCache: Use a MockHttpServer instead of starting a seperate ...
michaeln@chromium.org
2010-06-07
1
-117
/
+234
*
Revert 49081 - AppCache: Use a MockHttpServer instead of starting a seperate ...
michaeln@google.com
2010-06-07
1
-232
/
+119
*
AppCache: Use a MockHttpServer instead of starting a seperate http server for...
michaeln@chromium.org
2010-06-07
25
-179
/
+232
*
Add implementation for WebDevToolsAgentClient::debuggerScriptSource.
yurys@chromium.org
2010-06-07
4
-0
/
+9
*
Use DISALLOW_COPY_AND_ASSIGN instead DISALLOW_EVIL_CONSTRUCTORS in webkit dir...
tfarina@chromium.org
2010-06-05
11
-19
/
+19
*
Actually clear the disk cache, and keep it enabled, between benchmark runs.
mlloyd@chromium.org
2010-06-05
4
-3
/
+11
*
Yank out UA-sniffing mimicry for *.pointroll.com domains, because it is no lo...
dglazkov@chromium.org
2010-06-04
1
-22
/
+5
*
Fix more type issues from the npapi.h tranisition to *_t types
stuartmorgan@chromium.org
2010-06-04
5
-17
/
+20
*
<wininet.h> related cleanup.
wtc@chromium.org
2010-06-04
1
-1
/
+0
*
Add setJavaScriptProfilingEnabled method to test_shell's layoutTestController.
mnaganov@chromium.org
2010-06-04
2
-0
/
+12
[next]