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
*
Chromium-side dispatch for explicit intents.
gbillock@chromium.org
2012-04-27
1
-0
/
+5
*
Build the default fitler collection synchronously in load().
ddorwin@chromium.org
2012-04-27
1
-16
/
+17
*
Set svn:executable on windows executables.
maruel@chromium.org
2012-04-27
3
-0
/
+0
*
Fixed unsafe passing of command-line parameter to SpdySession
bengr@google.com
2012-04-27
1
-5
/
+6
*
Don't make checkdeps ignore includes to directories that are brought in via d...
jam@chromium.org
2012-04-27
2
-0
/
+7
*
Move text input API to Instance.
brettw@chromium.org
2012-04-27
6
-176
/
+76
*
Relanding r134248 with leak fix in tests - Make LocalFileReader deletable at ...
kinuko@chromium.org
2012-04-27
5
-138
/
+370
*
Initialize Android OS path overrides for testing
peter@chromium.org
2012-04-27
1
-2
/
+5
*
Add dom_storage::SessionStorageDatabase.
marja@chromium.org
2012-04-27
5
-0
/
+1722
*
Revert 134248 - Make LocalFileReader deletable at any time and add unittests.
kinuko@chromium.org
2012-04-27
5
-365
/
+138
*
Align Android's WebMediaPlayer enumeration usage with recent WebKit changes
peter@chromium.org
2012-04-27
1
-19
/
+19
*
Make LocalFileReader deletable at any time and add unittests.
kinuko@chromium.org
2012-04-27
5
-138
/
+365
*
Expose correct semantics for HTML5 footer element on mac and windows platform...
aboxhall@chromium.org
2012-04-27
3
-0
/
+6
*
Fix line endings
brettw@chromium.org
2012-04-26
1
-2
/
+2
*
If shared memory cannot be mapped, the audio thread should not be started as ...
raymes@chromium.org
2012-04-26
1
-1
/
+2
*
Handle move of WebKit's WebReferrerPolicy.h
gavinp@chromium.org
2012-04-26
2
-2
/
+2
*
Style fixes in weburlrequest_extradata_impl.h #tiny-cl
gavinp@chromium.org
2012-04-26
1
-2
/
+3
*
Add string resources for WebLocalizedString::DateFormat{DayInMonth,Month,Year...
tkent@chromium.org
2012-04-26
2
-0
/
+15
*
Fire needkey event when encrypted media is encounted.
xhwang@chromium.org
2012-04-26
4
-0
/
+25
*
Show description for throttled requests in DevTools.
yzshen@chromium.org
2012-04-26
1
-1
/
+9
*
De-craxify BufferedDataSource::ChooseDeferStrategy.
fischman@chromium.org
2012-04-26
2
-42
/
+25
*
Switch chrome and chromiumDRT over to using the new WebKit API for dispatching
michaeln@google.com
2012-04-26
4
-22
/
+115
*
Updated media player resources with new images from kenmoore@google.com.
scherkus@chromium.org
2012-04-25
41
-14
/
+27
*
Added parameter 'clear_bound_vars', so we could reset the statement without c...
michaelbai@chromium.org
2012-04-25
2
-3
/
+3
*
aura: Change shared context to be offscreen for arm
piman@chromium.org
2012-04-25
1
-0
/
+1
*
Upstream WebMediaPlayerAndroid as WebKit::WebMediaPlayer implementation on an...
qinmin@chromium.org
2012-04-25
8
-20
/
+885
*
Move the FlashClipboard API into the Flash one.
brettw@chromium.org
2012-04-25
7
-325
/
+240
*
WebSocket Pepper API: the second Close() should not return error code.
toyoshim@chromium.org
2012-04-25
1
-2
/
+3
*
fileapi: FileWriter and LocalFileWriter.
kinaba@chromium.org
2012-04-25
5
-0
/
+492
*
Fix leak in ScopedClipboardWriterGlue.
dcheng@chromium.org
2012-04-25
3
-9
/
+10
*
Add EncodeRGBAPNGWithChecksum method.
jnd@chromium.org
2012-04-25
2
-1
/
+23
*
WebKit roll 114999:115029
mnaganov@chromium.org
2012-04-24
1
-11
/
+0
*
Update downstream WebKit layout tests expectations before rolling
mnaganov@chromium.org
2012-04-24
1
-0
/
+5
*
Update downstream WebKit layout tests expectations before rolling
mnaganov@chromium.org
2012-04-24
1
-0
/
+2
*
WebSocket Pepper API: PPB_WebSocket::close must accept undefined reason
toyoshim@chromium.org
2012-04-24
1
-7
/
+11
*
Convert the PPB_Flash interface to use the thunk system.
brettw@chromium.org
2012-04-24
12
-210
/
+122
*
DomStorage async IPC message definitions and browser-side handlers. These mes...
michaeln@google.com
2012-04-24
5
-1
/
+25
*
Implement sourceAddId() & sourceRemoveId()
acolwell@chromium.org
2012-04-23
4
-8
/
+57
*
Cleanup: IWYU for base/file_util_proxy.h.
thestig@chromium.org
2012-04-23
3
-1
/
+4
*
IndexedDB: API rename to allow return type of keyPath accessors to change
jsbell@chromium.org
2012-04-23
1
-2
/
+8
*
Clean up downstream layout test expectations.
mnaganov@chromium.org
2012-04-23
1
-2
/
+0
*
Clean up downstream layout test expectations.
mnaganov@chromium.org
2012-04-23
1
-21
/
+0
*
Add a media pipeline status error code for decryption error.
xhwang@chromium.org
2012-04-23
1
-0
/
+7
*
Update uses of TimeDelta in chrome_frame/*. Also update a bit of TimeDelta u...
tedvessenes@gmail.com
2012-04-23
1
-3
/
+3
*
Clean up native_theme_android by making it inherit from native_theme.h
pkotwicz@chromium.org
2012-04-22
1
-32
/
+33
*
Revert 133335 - Update MediaSource API implementation to match v0.4 spec.
acolwell@chromium.org
2012-04-21
4
-56
/
+8
*
Update MediaSource API implementation to match v0.4 spec.
acolwell@chromium.org
2012-04-21
4
-8
/
+56
*
Use new WebElement attribute accessors so we can delete WebNamedNodeMap.
dmazzoni@chromium.org
2012-04-20
1
-5
/
+3
*
Log when a browser plugin hangs
whyuan@google.com
2012-04-20
2
-20
/
+47
*
Hook up screensaver prevention on Windows
brettw@chromium.org
2012-04-20
1
-1
/
+1
[next]