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
/
chrome
Commit message (
Expand
)
Author
Age
Files
Lines
*
Changed svn:eol-style of all .sln and .vcproj files to CRLF
scherkus@chromium.org
2008-12-04
91
-20341
/
+20341
*
Fix issue 5079: Incorrect "Active match ordinal" count during Find-in-page
finnur@google.com
2008-12-04
5
-62
/
+144
*
really fix the ifdef
pinkerton@google.com
2008-12-04
1
-1
/
+1
*
wrap logging with correct ifdef
pinkerton@google.com
2008-12-04
1
-0
/
+2
*
Add support in spell check options sub-context menu to pop up fonts and langu...
sidchat@google.com
2008-12-04
2
-3
/
+18
*
Fix the issue in Spell Checker when certain words (such as especelly) did not...
sidchat@google.com
2008-12-04
3
-1674
/
+1732
*
add a target to run the ipc tests if and when they all pass. Fix up a signed/...
pinkerton@google.com
2008-12-04
2
-7
/
+79
*
adding chrome_paths.cc
pinkerton@google.com
2008-12-04
1
-0
/
+2
*
Make sure we end the update process if we get an errorfrom the servers. Previ...
paulg@google.com
2008-12-04
3
-8
/
+18
*
fix build
tc@google.com
2008-12-04
1
-1
/
+1
*
Chromium-MultiProfile-Prototype
munjal@chromium.org
2008-12-03
77
-19
/
+1376
*
Removing the IsHungAppWindow DCHECK as it does not seem to be indicating
ananta@chromium.org
2008-12-03
1
-1
/
+0
*
Split the cross-platform part of skia_utils_win into skia_utils. Use this new
brettw@google.com
2008-12-03
3
-14
/
+6
*
Move base/gfx/skia_util to skia/ext/skia_util_win.
brettw@google.com
2008-12-03
13
-13
/
+13
*
Fixes bug in window positioning that resulted in positioning
sky@google.com
2008-12-03
1
-4
/
+8
*
The onbeforeunload event could be sent more than once to a page.
jcampan@chromium.org
2008-12-03
3
-27
/
+29
*
Move convolver and image_operations from base/gfx to skia/ext. This is just
brettw@google.com
2008-12-03
7
-7
/
+7
*
add a few files that now compile
pinkerton@google.com
2008-12-03
1
-5
/
+5
*
Encapsulate https server creation a bit more in preparation for getting the
dkegel@google.com
2008-12-03
1
-44
/
+31
*
Copy of http://codereview.chromium.org/13003 created by yury.semikhatsky@gmai...
sgjesse@chromium.org
2008-12-03
15
-89
/
+391
*
Roll back this change.
ben@chromium.org
2008-12-03
3
-16
/
+11
*
Remove old infobar code from the SCons build.
sgk@google.com
2008-12-03
2
-6
/
+0
*
RootView should be destroyed in WM_NCDESTROY not after it.
ben@chromium.org
2008-12-03
3
-11
/
+16
*
Tear out all the old infobar code.
ben@chromium.org
2008-12-03
23
-1231
/
+5
*
Convert Alternate NavURL Fetcher to use the new infobar framework.
ben@chromium.org
2008-12-03
10
-49
/
+275
*
Revert my skia file moves because of layout test failures.
brettw@google.com
2008-12-03
22
-57
/
+69
*
Updated the design document URLs for ResourceDispatcher and ResourceDispatche...
scherkus@chromium.org
2008-12-03
4
-4
/
+4
*
Make WordIterator and Snippet::MatchPositions use size_t instead of int for o...
pkasting@chromium.org
2008-12-03
7
-60
/
+59
*
Fix issue 4829: No file extensions listed when saving images
finnur@google.com
2008-12-03
5
-43
/
+85
*
Add a note about a test that's expected to fail if you're not running crash_s...
pkasting@chromium.org
2008-12-03
3
-5
/
+12
*
Fixes context menu behavior of table view. In particular when running
sky@google.com
2008-12-02
2
-18
/
+43
*
Move convolver, image_operations, and skia_utils from base/gfx to skia/ext.
brettw@google.com
2008-12-02
22
-69
/
+57
*
add more files to mac chrome project, build a few more tests. Fix typo in sco...
pinkerton@google.com
2008-12-02
3
-25
/
+54
*
Change a DCHECK to CHECK to help debug a crash in
wtc@google.com
2008-12-02
1
-1
/
+1
*
Adding more space between dialog contents and the buttons. For XP Classic theme
ben@chromium.org
2008-12-02
1
-1
/
+1
*
Fix a comment. This was brought up by Ojan in a review for my previous patch,...
brettw@google.com
2008-12-02
1
-2
/
+0
*
Revert r6233, need to move the cert, there is a policy against
dkegel@google.com
2008-12-02
1
-0
/
+2
*
* Cleanup: move base/platform_test.h -> testing/
jeremy@chromium.org
2008-12-02
3
-15
/
+2
*
Remove the URL and title from the state getting functions and IPC messages.
brettw@google.com
2008-12-02
7
-47
/
+10
*
Try to reland the ipc code to see if the tests
nsylvain@chromium.org
2008-12-02
10
-71
/
+317
*
Introduce Extension class that can serializer and deserialize from Value
aa@chromium.org
2008-12-02
7
-0
/
+296
*
Fixes and enhancements
sgk@google.com
2008-12-02
2
-7
/
+0
*
We have a bunch of new ui_tests failures. I want
nsylvain@chromium.org
2008-12-02
10
-317
/
+71
*
We have a bunch of new ui tests failure that started
nsylvain@chromium.org
2008-12-02
1
-1
/
+1
*
Fix a crash when hiding the find bar due to a NULL window_delegate_.
ben@chromium.org
2008-12-02
1
-1
/
+3
*
Convert SSL info bars to use the new system.
ben@chromium.org
2008-12-02
3
-128
/
+56
*
Add instrumentation to and tighten SDCH implementation
jar@google.com
2008-12-02
1
-0
/
+8
*
Change a DCHECK to CHECK to help debug a crash in
wtc@google.com
2008-12-02
1
-1
/
+1
*
Don't close tabs on middle-click when the release happens off the tab. Patch...
pkasting@chromium.org
2008-12-01
1
-1
/
+5
*
* Add ipc_tests unittest target to xcode project.
jeremy@chromium.org
2008-12-01
10
-71
/
+317
[next]