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
/
port
Commit message (
Expand
)
Author
Age
Files
Lines
*
Landing 38097:38305 merge (src/webkit, DEPS)
dglazkov@google.com
2008-11-12
1
-2
/
+5
*
remove EventHandlerMac, we're no longer building it.
pinkerton@google.com
2008-11-12
1
-653
/
+0
*
Fix build bustage by removing non-existent port/xml directory from DerivedSou...
darin@chromium.org
2008-11-12
1
-5
/
+1
*
Scrollbars on Linux.
agl@chromium.org
2008-11-12
4
-130
/
+311
*
Cleanup style and alphabetize the functions in GraphicsContextSkia. It should
brettw@google.com
2008-11-12
1
-473
/
+497
*
Minor cleanup in port/. Eliminate some unused files and a redundant include ...
darin@chromium.org
2008-11-12
3
-19
/
+0
*
Add ChromiumBridge::isLayoutTestMode() and change references to webkit::IsLay...
erikkay@google.com
2008-11-12
5
-32
/
+38
*
Some fixes to parallel upstream changes in our last merge.
pkasting@chromium.org
2008-11-12
1
-4
/
+8
*
Move ThemeData into RenderThemeWin.h to match what happened upstream.
darin@chromium.org
2008-11-11
2
-19
/
+9
*
Fix plugin data refreshing to work again.
darin@chromium.org
2008-11-11
1
-20
/
+31
*
* Remove windows-ism from pasteboard code and move to using
tc@google.com
2008-11-11
14
-1669
/
+322
*
Copy over the IDL files from port that really should be in the vendor branch ...
ojan@google.com
2008-11-11
19
-1658
/
+0
*
Cache the GdkSkia object in PlatformContextSkia so that we aren't creating
agl@chromium.org
2008-11-11
5
-7
/
+27
*
Some changes necessary to build an optimized binary on Linux.
evanm@google.com
2008-11-11
3
-2
/
+4
*
Fix Chromium bug 4178
jhaas@chromium.org
2008-11-11
1
-1
/
+5
*
Break port dependency on glue. Create ResourceRequest::TargetType as a mirro...
darin@chromium.org
2008-11-11
1
-14
/
+18
*
Eliminate another dependency of port on glue.
darin@chromium.org
2008-11-11
2
-33
/
+34
*
This CL makes the form autofill popup menu behave like the Firefox's one, we ...
jcampan@chromium.org
2008-11-11
2
-1
/
+17
*
Newlines, argh TBR=agl
dglazkov@google.com
2008-11-11
2
-2
/
+2
*
Fix Linux tree by adding a newline to JSDOMBinding.cpp
agl@chromium.org
2008-11-11
1
-1
/
+1
*
Get rid of ExceptionContext (2/2)
dglazkov@google.com
2008-11-10
7
-109
/
+199
*
More ChromiumBridge action to eliminate glue dependencies from port.
darin@chromium.org
2008-11-10
5
-61
/
+32
*
Landing 37604:38097 merge
dglazkov@google.com
2008-11-10
22
-221
/
+326
*
Address reivew comments from previous patch.
brettw@google.com
2008-11-07
3
-6
/
+14
*
Remove windows-isms from drag & drop. This
tc@google.com
2008-11-07
13
-1415
/
+575
*
Landing this again as I cannot reproduce the perf regression locally.
jcampan@chromium.org
2008-11-07
3
-75
/
+142
*
Keep MessagePort wrappers alive for the life-time of the corresponding
ager@google.com
2008-11-07
3
-11
/
+45
*
Fix Linux build bustage by making the ImageBufferSkia code compilable on all ...
brettw@google.com
2008-11-07
1
-1
/
+1
*
Make Canvas and other ImageBuffer uses able to detect failure and not create
brettw@google.com
2008-11-07
2
-1
/
+20
*
Disallow shadowing of top since shadowing top can break frame-busting
ager@google.com
2008-11-07
3
-12
/
+12
*
Do not allow shadowing of location.href since that can break
ager@google.com
2008-11-07
2
-2
/
+1
*
Another attempt at fixing the flash security issue surrounding
ager@google.com
2008-11-07
6
-109
/
+194
*
Reverting the autofill popu CL as it creates perf regression.
jcampan@chromium.org
2008-11-06
3
-145
/
+76
*
Add support for arbitrarily transformed Windows buttons text fields, and sele...
brettw@google.com
2008-11-06
3
-25
/
+256
*
Eliminate CursorChromium's dependency on webkit/glue.
darin@chromium.org
2008-11-06
5
-123
/
+124
*
Fix all callers of the removed GraphicsContext functions to use only the func...
brettw@google.com
2008-11-05
5
-50
/
+47
*
This CL adds the autofill UI in forms.
jcampan@chromium.org
2008-11-05
3
-75
/
+144
*
Implement and refactor some test shell functions and enable a test.
estade@chromium.org
2008-11-05
1
-2
/
+3
*
Render GTK widgets on Linux
agl@chromium.org
2008-11-05
3
-26
/
+607
*
Rewrote the clipboard API to be more concurrent. Added a helper class to make...
estade@chromium.org
2008-11-05
1
-20
/
+21
*
Fix a crasher when printing.
maruel@chromium.org
2008-11-04
1
-1
/
+33
*
Don't use ENABLE_DATABASE in DOMWindow.idl yet, it's not ready (r4486 fallout)
mark@chromium.org
2008-11-04
1
-1
/
+2
*
Fix two issues with window.location:
ager@google.com
2008-11-04
3
-13
/
+27
*
Finish unforking the async history item changes.
mpcomplete@google.com
2008-11-04
2
-7
/
+0
*
Revert changes in issue 9247.
fqian@google.com
2008-11-03
2
-1
/
+3
*
Get Database compiling on Chromium. Note that because we aren't generating the
aa@google.com
2008-11-03
2
-15
/
+32
*
Port a few more test_shell_tests to Linux.
tc@google.com
2008-11-03
5
-706
/
+1299
*
Fix Selenium tests
dglazkov@google.com
2008-11-03
3
-30
/
+31
*
Rename ScriptController::notifyDOMWindowReady() to windowObjectAvailable().
fqian@google.com
2008-11-03
2
-3
/
+1
*
Fix state pushing in the graphics context. My changes pushed a default state ...
brettw@google.com
2008-11-01
1
-1
/
+1
[next]