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
*
Fix build (Icefox's patch used WebKit ifdefs instead of Chromium ones).
erg@google.com
2008-10-09
1
-1
/
+1
*
Fix build (Icefox's patch used WebKit ifdefs instead of Chromium ones).
erg@google.com
2008-10-09
2
-5
/
+5
*
Patch by Thatcher Ulrich <tulrich@google.com>.
ojan@google.com
2008-10-09
9
-33
/
+342
*
Wrap Windows functions with ifdef so they are only compiled on windows
erg@google.com
2008-10-09
3
-5
/
+10
*
Keep the order of variables the same
erg@google.com
2008-10-09
1
-15
/
+14
*
Look for Adobe Acrobat as well.
jam@chromium.org
2008-10-09
1
-4
/
+8
*
Fix videos stopping playing. Only send an invalidate to the renderer if it's...
jam@chromium.org
2008-10-09
1
-0
/
+1
*
WebKit merge hits the SCons build, the sequel:
sgk@google.com
2008-10-09
1
-0
/
+1
*
Linux build fix: wchar_t is different on different platforms, use the char16 ...
erg@google.com
2008-10-09
3
-5
/
+5
*
KJS::Lock constructor now takes a bool. Fix 1 build error!
ojan@google.com
2008-10-09
1
-1
/
+1
*
Compile fix on Linux
erg@google.com
2008-10-09
2
-6
/
+8
*
Porting changes in webkit/glue/plugins/test
evanm@google.com
2008-10-09
3
-29
/
+40
*
remove unneeded webkit_glue:: and wrap windows functions in ifdefs
erg@google.com
2008-10-08
2
-11
/
+13
*
Remove include to file that does not exist and sign comparison compiler warning.
erg@google.com
2008-10-08
2
-3
/
+2
*
Comparison between signed and unsigned
erg@google.com
2008-10-08
2
-2
/
+2
*
Remove unused static function
erg@google.com
2008-10-08
2
-13
/
+2
*
base/logging.h defines LOG when webkit is about to so undef it
erg@google.com
2008-10-08
2
-2
/
+3
*
Use Skia on Linux also
erg@google.com
2008-10-08
2
-4
/
+4
*
Update strings.
tc@google.com
2008-10-08
1
-1
/
+1
*
Fix for a memory leak.
jcampan@chromium.org
2008-10-08
1
-3
/
+3
*
Merge in InspectorController changes. Get rid of all the
ojan@google.com
2008-10-07
1
-1
/
+1
*
Fix ResourceHandle leak.
erg@google.com
2008-10-06
1
-3
/
+3
*
Update localized_strings.cc post-merge
jeremy@chromium.org
2008-10-06
1
-1
/
+3
*
Fix LayoutTests/fast/loader/xmlhttprequest-missing-file-exception.html
darin@chromium.org
2008-10-05
1
-3
/
+5
*
Fix a DocumentLoader leak by switching from using new to a
tc@google.com
2008-10-03
4
-8
/
+17
*
We need to layout child frames too!
darin@chromium.org
2008-10-03
1
-0
/
+5
*
putting the ifdef back the way it needs to be for mac until we can upstream o...
pinkerton@google.com
2008-10-02
1
-1
/
+4
*
Linux compile fix
erg@google.com
2008-10-02
1
-2
/
+2
*
port a webkit plugin test to non-win32
estade@chromium.org
2008-10-02
2
-9
/
+5
*
Merge the chrome_webkit_merge_branch back on to trunk. This brings us
tc@google.com
2008-10-01
45
-445
/
+388
*
Add the new *accessibility*.cc source files to the SCons build.
sgk@google.com
2008-10-01
1
-0
/
+1
*
Fix painting problem with transparent plugins because plugins were ignoring t...
jam@chromium.org
2008-10-01
7
-163
/
+35
*
This fixes http://code.google.com/p/chromium/issues/detail?id=2803, which
iyengar@google.com
2008-10-01
1
-6
/
+5
*
Adds MSAA/IAccessible exposure of web content.
klink@chromium.org
2008-09-30
2
-0
/
+349
*
On the Mac, extract the CGContextRef to pass down to WebCore, since a blind
amanda@chromium.org
2008-09-30
1
-2
/
+6
*
fix mac/linux build
darin@google.com
2008-09-29
1
-2
/
+2
*
webkit side of adding a command line switch for fastback.
darin@google.com
2008-09-29
2
-1
/
+4
*
Disable alternate error pages on frames and iframes. This is
tc@google.com
2008-09-29
1
-3
/
+4
*
Fix bug 455: Active match in Find is not selected and links are not focused a...
finnur@google.com
2008-09-26
3
-9
/
+62
*
Add a command-line switch to change the user agent.BUG=757345
pkasting@chromium.org
2008-09-24
5
-56
/
+76
*
retain NSEvent explicitly instead of adopt, fixes over-releasing. Check event...
pinkerton@google.com
2008-09-24
1
-3
/
+3
*
Don't use WideToASCII because there is an IsStringASCII
wtc@google.com
2008-09-24
1
-1
/
+4
*
This CL adds new UI tests for the SSL UI.
jcampan@chromium.org
2008-09-24
4
-5
/
+19
*
This fixes the following bugs:-
iyengar@google.com
2008-09-24
2
-5
/
+18
*
port some parts of webkit/glue/plugins/test to Linux
evanm@google.com
2008-09-24
7
-76
/
+109
*
This CL enables the Page info menu when right-clicking on a page/frame.
jcampan@chromium.org
2008-09-23
3
-5
/
+18
*
Fix linux compile issue. Patch by Adam Treat <treat@kde.org>.
amanda@chromium.org
2008-09-23
1
-2
/
+2
*
turn on user agent code for mac
pinkerton@google.com
2008-09-23
1
-1
/
+1
*
Missed file in webkit
jam@chromium.org
2008-09-22
1
-3
/
+2
*
This fixes the following bugs:-
iyengar@google.com
2008-09-20
1
-3
/
+1
[next]