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
/
page
Commit message (
Expand
)
Author
Age
Files
Lines
*
Eliminate CursorChromium's dependency on webkit/glue.
darin@chromium.org
2008-11-06
1
-3
/
+0
*
This CL adds the autofill UI in forms.
jcampan@chromium.org
2008-11-05
1
-1
/
+3
*
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
2
-6
/
+8
*
Get Database compiling on Chromium. Note that because we aren't generating the
aa@google.com
2008-11-03
1
-15
/
+14
*
Fix the JSC build.
darin@chromium.org
2008-10-31
1
-5
/
+5
*
Landing 36102:37604 merge on trunk
dglazkov@google.com
2008-10-30
4
-12
/
+51
*
Add #if ENABLE(JAVASCRIPT_DEBUGGER), part 2.
pkasting@chromium.org
2008-10-23
1
-17
/
+15
*
Review URL: http://codereview.chromium.org/7848
dglazkov@google.com
2008-10-22
2
-64
/
+11
*
Resubmit r3612 and r3613 this time with mac fixes (thanks mark!).
ojan@google.com
2008-10-20
3
-416
/
+0
*
Rollback 3612 abd 3613 to fix mac build. TBR.
ojan@google.com
2008-10-20
3
-0
/
+416
*
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
3
-416
/
+0
*
fix linux build
tc@google.com
2008-10-18
1
-2
/
+0
*
Disable PLATFORM(WIN) !!
darin@chromium.org
2008-10-18
3
-15
/
+12
*
Implement ScriptCallContext (3/2)This is an improved (and working!) revision ...
dglazkov@google.com
2008-10-17
3
-163
/
+57
*
Backing out ScriptCallContext
dglazkov@google.com
2008-10-17
2
-57
/
+1
*
Implement ScriptCallContext (2/2)
dglazkov@google.com
2008-10-17
2
-1
/
+57
*
Start compiling a bunch of *Chromium.cpp files in our port on
tc@google.com
2008-10-17
1
-1
/
+0
*
Move many files that were suffixed Win.cpp to Chromium.cpp, and place them in...
darin@chromium.org
2008-10-15
8
-4
/
+165
*
Fix a number of layout tests.
ager@google.com
2008-10-14
1
-0
/
+4
*
IDL file merge.
ager@google.com
2008-10-13
4
-85
/
+15
*
enable v8bindings warnings
tc@google.com
2008-10-11
1
-13
/
+4
*
Change Location::setHash to match JSC version.
darin@chromium.org
2008-10-10
1
-1
/
+2
*
Use #if ENABLE_feature and not #if defined(ENABLE_feature) in idl files.
mark@chromium.org
2008-10-09
1
-8
/
+8
*
Merge Document.idl and DOMWindow.idl properly. Diffing our forked
ager@google.com
2008-10-09
1
-63
/
+97
*
Remove references to WebCoreFrameBridge which is no longer in webkit
pinkerton@google.com
2008-10-08
1
-20
/
+0
*
Merge in InspectorController changes. Get rid of all the
ojan@google.com
2008-10-07
2
-3075
/
+139
*
Allow HAVE_ACCESSIBILITY to be turned off at build time. third_party/WebKit
amanda@chromium.org
2008-10-07
1
-57
/
+0
*
Move on to the "298 link errors" stage of the McMerge game:
mark@chromium.org
2008-10-07
1
-9
/
+0
*
update EventHandlerMac.mm post-merge
jeremy@chromium.org
2008-10-06
1
-347
/
+359
*
Fix the InspectorController initializer list to properly specify the
mark@chromium.org
2008-10-06
1
-1
/
+1
*
Fix a leak where InspectorController was not getting destroyed. This
tc@google.com
2008-10-05
1
-1
/
+9
*
Drop V8DOMWindow dependency on database
mark@chromium.org
2008-10-02
1
-1
/
+1
*
Get more of webkit building under Linux.
erg@google.com
2008-10-02
1
-1
/
+1
*
Merge the chrome_webkit_merge_branch back on to trunk. This brings us
tc@google.com
2008-10-01
8
-182
/
+424
*
Add empty stub to get classname so ImageMac can use it.
pinkerton@google.com
2008-09-19
1
-0
/
+20
*
Stub out a11y routines for mac for linking
pinkerton@google.com
2008-09-16
1
-0
/
+66
*
Fix escaping of hrefs on A tags in the inspector.
ojan@google.com
2008-09-10
2
-8
/
+9
*
Patch for bug 1994:
fqian@google.com
2008-09-10
1
-0
/
+2
*
Rollback revisions 1785-1786 due to purify regression.
aa@google.com
2008-09-05
1
-21
/
+0
*
Try again to begin compiling the files that implemen the HTML5
aa@google.com
2008-09-05
1
-0
/
+21
*
Rolling back 1737 because it broke the build.
aa@google.com
2008-09-04
1
-21
/
+0
*
gAdds the files that implement the HTML5 Database API to the
aa@google.com
2008-09-04
1
-0
/
+21
*
Changes to pending to get WebCore to compile on linux. This
tc@google.com
2008-09-04
1
-1
/
+1
*
Changes to webkit/port to build via gcc on linux/mac.
tc@google.com
2008-09-04
1
-1
/
+1
*
Bring EventHandlerMac.mm over from WebKit to port so that we can turn off som...
avi@google.com
2008-08-28
1
-0
/
+641
*
Use a more compact license header in source files.
license.bot
2008-08-24
3
-84
/
+12
*
Fix #ifdef parse error
pinkerton@google.com
2008-08-14
1
-1
/
+1
*
Limit the number of console messages we keep in memory so a poorly behaving s...
erikkay@google.com
2008-08-08
1
-0
/
+15
[next]