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
*
Change other usages of .size() to .empty() when applicable.
erg@google.com
2011-03-04
3
-3
/
+3
*
Get rid of the extension dependency in ResourceDispatcher by calling out to a...
jam@chromium.org
2011-03-04
5
-2
/
+22
*
Roll WebKit 80351:80364 and cleanup layout test expectations.
tonyg@chromium.org
2011-03-04
1
-3
/
+0
*
Clean up layout test expectations.
tonyg@chromium.org
2011-03-04
1
-3
/
+1
*
While enumerating plugins under the MozillaPlugins registry key, we should ig...
ananta@chromium.org
2011-03-04
1
-1
/
+27
*
Roll WebKit 80340:80351.
tonyg@chromium.org
2011-03-04
1
-0
/
+2
*
Switch to new libjingle branch.
sergeyu@chromium.org
2011-03-04
2
-1
/
+10
*
Removing suppressions for now rebaselined tests.
antonm@chromium.org
2011-03-04
1
-5
/
+0
*
Add createFileSystem method in MockWebFrame.
ukai@chromium.org
2011-03-04
2
-0
/
+7
*
Remove temporary layout test expectations after new baselines have
ager@chromium.org
2011-03-04
1
-5
/
+0
*
Take out the is_content_filtered bool that gets passed around betwen renderer...
jam@chromium.org
2011-03-04
3
-21
/
+11
*
Introduce FileSystemFileUtil and -Proxy to decorate base::file_util in webkit...
kinuko@chromium.org
2011-03-04
9
-28
/
+1150
*
Addressing review comments from brettw.
ananta@chromium.org
2011-03-04
1
-6
/
+2
*
Remove FileSystemQuotaManager class
kinuko@chromium.org
2011-03-04
10
-225
/
+130
*
Pepper/Flapper: Add very basic clipboard support.
viettrungluu@chromium.org
2011-03-04
4
-0
/
+129
*
Revert 76840 - Removed GPU plugin.
jcivelli@chromium.org
2011-03-04
1
-0
/
+5
*
Removed GPU plugin.
apatrick@chromium.org
2011-03-03
1
-5
/
+0
*
Adding resources for PDF loading progress control.
gene@chromium.org
2011-03-03
13
-0
/
+27
*
Add GetP2PSocketDispatcher() in ppapi::PluginDelegate.
sergeyu@chromium.org
2011-03-03
3
-1
/
+13
*
Replace EXPECT_EQ(false, ...) with EXPECT_FALSE(...) to fix clang build
kinuko@chromium.org
2011-03-03
1
-2
/
+2
*
useragent.php was broken by r76775
tonyg@chromium.org
2011-03-03
1
-0
/
+2
*
Add a function for usage tracking.
kinuko@chromium.org
2011-03-03
7
-8
/
+538
*
Drop "Windows;" from the UA string. This parallels https://bugs.webkit.org/s...
pkasting@chromium.org
2011-03-03
1
-8
/
+8
*
added a few tests that are expected to fail on official builds.
karen@chromium.org
2011-03-03
1
-1
/
+23
*
Revert 76631 because it causes fullscreen layout tests to timeout on linux
tonyg@chromium.org
2011-03-02
2
-5
/
+1
*
Re-applying r76324, which was reverted during a WebKit rollback.
ddorwin@chromium.org
2011-03-02
2
-1
/
+5
*
wstring: remove some simple instances of ToWStringHack
evan@chromium.org
2011-03-02
1
-2
/
+4
*
Implement the grab/grabbing cursors (for Mac/GTK).
avi@chromium.org
2011-03-02
6
-10
/
+92
*
Add PPB_URLUtil_Dev::GetDocumentURL
piman@google.com
2011-03-02
3
-22
/
+36
*
Revert 76578 (accidental commit by the commit bot) - Add a function for usage...
thakis@chromium.org
2011-03-02
7
-552
/
+8
*
Revert 76586 - Fix clang build.
thakis@chromium.org
2011-03-02
1
-12
/
+22
*
Fix clang build.
thakis@chromium.org
2011-03-02
1
-22
/
+12
*
Applying factory pattern (through NativeMetafileFactory class). It is used to...
dpapad@chromium.org
2011-03-02
1
-5
/
+14
*
Add a function for usage tracking. It's based on the bug 6426001.
dmikurube@google.com
2011-03-02
7
-8
/
+552
*
Inform the browser about mouse input in windowed plugins to ensure that we ex...
ananta@chromium.org
2011-03-02
1
-1
/
+11
*
Revert 76553 - Applying factory pattern (through NativeMetafileFactory class)...
jam@chromium.org
2011-03-02
1
-14
/
+5
*
Applying factory pattern (through NativeMetafileFactory class). It is used to...
dpapad@chromium.org
2011-03-02
1
-5
/
+14
*
Another suppression.
antonm@chromium.org
2011-03-02
1
-0
/
+2
*
Temporary suppress two tests on Mac. To be upstreamed soon.
antonm@chromium.org
2011-03-02
1
-0
/
+4
*
Added a few linux tests that are expected to fail
karen@chromium.org
2011-03-02
1
-13
/
+111
*
Update V8 to version 3.1.8.
ager@chromium.org
2011-03-02
1
-0
/
+6
*
Pepper/Flapper: Get rid of unimplemented private file ref stuff and implement...
viettrungluu@chromium.org
2011-03-02
1
-32
/
+0
*
Pure pedantry: Replace all ".size() == 0" with ".empty()".
erg@google.com
2011-03-02
4
-4
/
+4
*
Committing http://codereview.chromium.org/6592076 on behalf of jbauman:
kbr@chromium.org
2011-03-01
1
-3
/
+0
*
Pepper/Flapper: Add an interface to do sync file ops on FileRefs.
viettrungluu@chromium.org
2011-03-01
6
-3
/
+114
*
Fix bug 74372.
jianli@chromium.org
2011-03-01
1
-3
/
+6
*
Added EnabledPlugins policy.
pastarmovj@chromium.org
2011-03-01
3
-73
/
+270
*
Cleaning test expectations.
antonm@chromium.org
2011-03-01
1
-6
/
+0
*
Add webkit_support::TaskAdaptor to make tasks have the desttructor.
morrita@chromium.org
2011-03-01
2
-0
/
+39
*
Remove bad downstream expectations
jamesr@chromium.org
2011-03-01
1
-3
/
+0
[next]