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
*
Disable the content sniffing algorithm if the server instructs us to do so wi...
abarth@chromium.org
2008-12-05
4
-1
/
+18
*
Fix a crash on 64-bit systems when an external message hook is installed. The
brettw@google.com
2008-12-05
1
-1
/
+3
*
update chrome strings
tc@google.com
2008-12-05
83
-737
/
+2425
*
Add new multiprofile files to the SCons build:
sgk@google.com
2008-12-05
2
-0
/
+3
*
Add new debugger_host_impl.cpp to the SCons build.
sgk@google.com
2008-12-05
1
-0
/
+1
*
Introduce ExtensionsService. Load extensions on startup from a directory in
aa@chromium.org
2008-12-05
17
-32
/
+435
*
Adding the capacity to interact with modal dialogs to the automation framework.
jcampan@chromium.org
2008-12-05
10
-53
/
+203
*
* Do not try to update distribution other than Google Chrome.
kuchhal@chromium.org
2008-12-05
1
-4
/
+7
*
Don't cancel the original manual data stream request when the plugin invokes
ananta@chromium.org
2008-12-04
5
-14
/
+0
*
Do not add the Content-Length header in the URLFetcher,
paulg@google.com
2008-12-04
1
-2
/
+1
*
Get rid of kPathSeparator on windows. Port some wstring function to take File...
estade@chromium.org
2008-12-04
16
-45
/
+47
*
* Add the checks that Chrome criteria checker will need to do. It mostly chec...
kuchhal@chromium.org
2008-12-04
5
-16
/
+467
*
* Fix Chrome browser not launching when set as default browser.
kuchhal@chromium.org
2008-12-04
2
-11
/
+14
*
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
[next]