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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Add WebCore/bridge/jni to the list of include directories to satisfy
mark@chromium.org
2008-10-06
1
-0
/
+2
*
Make AtomicString.cpp use the WebKit method of disabling static constructors.
mark@chromium.org
2008-10-06
1
-1
/
+1
*
Fix ResourceHandle leak.
erg@google.com
2008-10-06
1
-3
/
+3
*
Wires up indexed getter for CSSVariablesDeclaration.
sky@google.com
2008-10-06
8
-6
/
+24
*
Update xcode project to account for http://codereview.chromium.org/6500
amanda@chromium.org
2008-10-06
1
-23
/
+25
*
Rename ScrollView::getDocumentView() to ScrollView::documentView() to track
mark@chromium.org
2008-10-06
1
-1
/
+1
*
Don't build WebCore/platform/mac/KURLMac or WebCore/platform/cf/KURLCFNet.
mark@chromium.org
2008-10-06
1
-4
/
+0
*
update EventHandlerMac.mm post-merge
jeremy@chromium.org
2008-10-06
1
-347
/
+359
*
Really delete Console.h this time.
dglazkov@google.com
2008-10-06
1
-112
/
+0
*
port RenderTheme
jeremy@chromium.org
2008-10-06
2
-145
/
+514
*
Get kjsbindings_prebuild really compiling. Fixes another couple hundred build...
ojan@google.com
2008-10-06
1
-609
/
+463
*
Fix the InspectorController initializer list to properly specify the
mark@chromium.org
2008-10-06
1
-1
/
+1
*
Cleaning up the unfork
dglazkov@google.com
2008-10-06
29
-28602
/
+29
*
Fix V8EventListener leak.
mbelshe@google.com
2008-10-06
5
-46
/
+73
*
Update localized_strings.cc post-merge
jeremy@chromium.org
2008-10-06
1
-1
/
+3
*
Merge enough of the trunk WebKit changes into our copy of PasteboardMac.mm to
mark@chromium.org
2008-10-06
2
-3
/
+9
*
SecurityOrigin.cpp was unforked and moved out of pending into WebCore/platform
mark@chromium.org
2008-10-06
1
-2
/
+2
*
Change the web preferences for cursive and fantasy from 'Apple Chancery' and ...
jungshik@google.com
2008-10-06
40
-15387
/
+8494
*
Include config.h in SkPaintContext.cpp
jeremy@chromium.org
2008-10-06
1
-1
/
+1
*
Reduce the amount of excessive updating done when there is no window icon to be
ben@chromium.org
2008-10-06
1
-2
/
+4
*
Update layout test expectations.
ager@google.com
2008-10-06
4
-3
/
+8
*
- Cleanup usage, EnsureWinsockInit is now the only method of initializing.
deanm@chromium.org
2008-10-06
2
-42
/
+35
*
Add -- as a command line switch parsing terminator. This allows you to launc...
deanm@chromium.org
2008-10-06
3
-8
/
+41
*
Add Posix sync only support to FileInputStream.
deanm@chromium.org
2008-10-06
3
-19
/
+107
*
Move all callers to EnsureWinsockInit, and away from using WinsockInit instan...
deanm@chromium.org
2008-10-06
3
-8
/
+7
*
Update V8 in Chromium to version 0.3.4.
kasperl@google.com
2008-10-06
1
-1
/
+1
*
Update to the latest third_party/WebKit to pick up fix for bug 3056.
darin@chromium.org
2008-10-05
1
-1
/
+1
*
Fix LayoutTests/fast/loader/xmlhttprequest-missing-file-exception.html
darin@chromium.org
2008-10-05
1
-3
/
+5
*
Fix a leak where InspectorController was not getting destroyed. This
tc@google.com
2008-10-05
1
-1
/
+9
*
Put define on the right line! TBR
ojan@google.com
2008-10-04
1
-2
/
+2
*
Fixes compile of perf tests. Submitted this accidentally in my previous CL. (...
ojan@google.com
2008-10-04
1
-24
/
+0
*
Set WFT_USE_V8 in a cross-platform friendly way.
ojan@google.com
2008-10-04
3
-2
/
+6
*
Unfork SecurityOrigin.cpp, 2/2: update DEPS and build files, delete old files.
evanm@google.com
2008-10-04
5
-473
/
+4
*
Get JSC build a closer to compiling.
ojan@google.com
2008-10-04
12
-184
/
+190
*
Fork platform/mac/WebCoreObjCExtras.c -> webkit/pending/WebCoreObjCExtras.mm
jeremy@chromium.org
2008-10-03
2
-4
/
+86
*
Use the upstream version of TextCodecMac.cpp, it should satisfy all of our
mark@chromium.org
2008-10-03
2
-322
/
+1
*
Drop GlobalHistoryMac.mm from the build. It's been removed upstream.
mark@chromium.org
2008-10-03
1
-10
/
+0
*
Make -Wno-multichar come after -Wall on the command-line.
mmoss@google.com
2008-10-03
1
-0
/
+2
*
FormDataStreamMac.mm calls isMainThread without #including <wtf/Threading.h>
mark@chromium.org
2008-10-03
1
-1
/
+1
*
Fix a DocumentLoader leak by switching from using new to a
tc@google.com
2008-10-03
5
-17
/
+30
*
Update include headers for SkGraphicsContextMac.cpp
jeremy@chromium.org
2008-10-03
1
-1
/
+2
*
Unfork ResourceResponseBase.cpp
jeremy@chromium.org
2008-10-03
2
-255
/
+4
*
Drag FrameMac.mm through the mud to get it merged. Do the same with
mark@chromium.org
2008-10-03
2
-173
/
+18
*
Merge our version of DragDataMac.mm
mark@chromium.org
2008-10-03
1
-2
/
+2
*
Fix issue 3039/3040 (Add to dictionary crasher). Earlier, the hentry was bein...
sidchat@google.com
2008-10-03
2
-19
/
+11
*
temporarily adding file to resolve issue where we can't just add port to sear...
pinkerton@google.com
2008-10-03
1
-0
/
+142
*
Move local changes into the local WebKit branch:
mark@chromium.org
2008-10-03
2
-343
/
+1
*
use updated add/release methods
pinkerton@google.com
2008-10-03
1
-2
/
+2
*
Make ClipboardTest a PlatformTest to get autorelease pool management, needed
mark@chromium.org
2008-10-03
1
-15
/
+13
*
-Wno-multichar isn't a MSVC compiler option;
sgk@google.com
2008-10-03
1
-6
/
+4
[prev]
[next]