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
*
Add stubs for screen size accessors for linux test_shell link errors.
erg@google.com
2008-10-21
1
-0
/
+70
*
Build SkGraphicsContext under Linux
erg@google.com
2008-10-21
1
-31
/
+10
*
remove PLATFORM_GTK-isms
tc@google.com
2008-10-21
1
-1
/
+0
*
Make PlatformScrollBar.h cross-platform. This is just moving
tc@google.com
2008-10-21
2
-44
/
+50
*
fix typo
darin@chromium.org
2008-10-21
1
-1
/
+1
*
Add NPN_EvaluateHelper for the KJS build.
darin@chromium.org
2008-10-21
1
-0
/
+5
*
Patch of uber lameness to fix the KJS build. TestShell actually runs!
darin@chromium.org
2008-10-21
2
-0
/
+197
*
Start attacking the list of undefined symbols from Linux WebCore. This defines
agl@chromium.org
2008-10-21
2
-0
/
+41
*
Fix KJS build. Strangely, the PlatformWidget type is not expected to be defi...
pkasting@chromium.org
2008-10-20
1
-4
/
+0
*
Resubmit r3612 and r3613 this time with mac fixes (thanks mark!).
ojan@google.com
2008-10-20
11
-530
/
+100
*
Rollback 3612 abd 3613 to fix mac build. TBR.
ojan@google.com
2008-10-20
11
-94
/
+524
*
Refactoring of Location to make it port between JSC and V8.
mbelshe@google.com
2008-10-20
2
-97
/
+111
*
what Use third_party/WebKit plugin, pluginarray, mimetype and
ojan@google.com
2008-10-20
11
-524
/
+94
*
fix build take 2
tc@google.com
2008-10-18
1
-1
/
+1
*
WIN -> OS_WIN
tc@google.com
2008-10-18
1
-1
/
+1
*
linux compile fixes
tc@google.com
2008-10-18
2
-1
/
+3
*
Add stubs for these functions. They seem to get pulled in as a result of PLA...
darin@google.com
2008-10-18
1
-0
/
+40
*
fix linux build
tc@google.com
2008-10-18
2
-2
/
+11
*
one more missing file
darin@chromium.org
2008-10-18
1
-0
/
+41
*
Add missing headers. Oops :(
darin@chromium.org
2008-10-18
7
-0
/
+295
*
Disable PLATFORM(WIN) !!
darin@chromium.org
2008-10-18
27
-807
/
+221
*
Fix a couple more build errors, and make the V8 DerivedSources.make mirror th...
pkasting@chromium.org
2008-10-17
1
-4
/
+5
*
Implement ScriptCallContext (3/2)This is an improved (and working!) revision ...
dglazkov@google.com
2008-10-17
5
-172
/
+139
*
Backing out ScriptCallContext
dglazkov@google.com
2008-10-17
4
-139
/
+10
*
Implement ScriptCallContext (2/2)
dglazkov@google.com
2008-10-17
4
-10
/
+139
*
Stub out writing to the pasteboard. Ends up calling NSAttributedString initWi...
pinkerton@google.com
2008-10-17
1
-0
/
+10
*
Start compiling a bunch of *Chromium.cpp files in our port on
tc@google.com
2008-10-17
5
-12
/
+22
*
Hook up skia + v8 bindings for getImageData(), putImageData().
ericroman@google.com
2008-10-16
7
-22
/
+199
*
Fix mac bustage caused by my big Win.cpp to Chromium.cpp change. To keep the
darin@google.com
2008-10-16
1
-0
/
+7
*
Try to fix V8 build bustage; this change to the file got dropped during my fi...
pkasting@chromium.org
2008-10-15
1
-0
/
+1
*
Move many files that were suffixed Win.cpp to Chromium.cpp, and place them in...
darin@chromium.org
2008-10-15
60
-200
/
+127
*
Fork ScriptController into KJS- and V8-specific versions. The KJS files alre...
pkasting@chromium.org
2008-10-15
3
-545
/
+290
*
Fixing a layout test by introducing support for SVG tags altGlyph and glyph.
olehougaard@google.com
2008-10-15
4
-0
/
+7
*
Start compiling webview_impl.cc.
erg@google.com
2008-10-14
1
-0
/
+208
*
Include needed header under Linux.
erg@google.com
2008-10-14
1
-0
/
+1
*
Lots of ScriptController fixes, but it still doesn't compile cleanly.
pkasting@chromium.org
2008-10-14
1
-215
/
+371
*
Committed on behalf of treat.adam@gmail.com (manyoso::TorchMobile)
pamg@google.com
2008-10-14
1
-1
/
+1
*
Fix a number of layout tests.
ager@google.com
2008-10-14
9
-120
/
+253
*
Fix for issue 81
olehougaard@google.com
2008-10-14
1
-4
/
+13
*
Fix some types in ScriptController.h to be a bit less wonky. This was mbelsh...
pkasting@chromium.org
2008-10-14
2
-14
/
+8
*
Update DerivedSources.make to match modified WebKit scripts. This allows us ...
pkasting@chromium.org
2008-10-13
1
-4
/
+4
*
Second attempt at introducing cross-platform ExceptionContext in the midst of...
dglazkov@google.com
2008-10-13
1
-12
/
+12
*
IDL file merge.
ager@google.com
2008-10-13
10
-222
/
+31
*
Fix problem with how Image is created for ImageBuffer, that was causing some ...
ericroman@google.com
2008-10-11
6
-69
/
+91
*
enable v8bindings warnings
tc@google.com
2008-10-11
5
-23
/
+21
*
Rolling back tree breakage
dglazkov@google.com
2008-10-10
1
-12
/
+12
*
Implement cross-platform ExceptionContext (2/2)
dglazkov@google.com
2008-10-10
1
-12
/
+12
*
Unfork Clipboard.idl and implement the remaining custom methods.
ager@google.com
2008-10-10
3
-49
/
+93
*
Change Location::setHash to match JSC version.
darin@chromium.org
2008-10-10
1
-1
/
+2
*
Some initial fixes for ScriptController errors. There's still
ojan@google.com
2008-10-10
1
-41
/
+27
[next]