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
*
Remove TabContentsDelegate from scaffolding. Remove a large chunk of ifdef'd ...
pinkerton@chromium.org
2009-02-17
5
-113
/
+27
*
Changes new tab page to not make a link for recently closed
sky@google.com
2009-02-17
1
-3
/
+4
*
Create chrome_resources.scons, chrome_strings.scons and theme_dll.scons
tc@google.com
2009-02-17
7
-222
/
+89
*
Significantly rework coordinate handling for the Cocoa views. Fixes tons of r...
avi@chromium.org
2009-02-17
9
-55
/
+81
*
Keyboard focus mostly works on Linux.
evan@chromium.org
2009-02-17
3
-7
/
+28
*
Default to using the current tab when opening a url until we hook up more adv...
pinkerton@chromium.org
2009-02-17
1
-1
/
+1
*
Change the encoding for tapuz.co.il to UTF-8 from windows-1255 and update the...
jungshik@google.com
2009-02-17
1
-2
/
+2
*
Registering the AutoFill manager because someone added it to the build withou...
avi@chromium.org
2009-02-17
1
-2
/
+2
*
Make the toolbar background themed on Linux.
evan@chromium.org
2009-02-17
7
-12
/
+261
*
Improve modularity of recent SDCH dictionary load checkin
jar@chromium.org
2009-02-17
3
-8
/
+15
*
mac renderer sandbox cleanup:
thomasvl@chromium.org
2009-02-17
3
-10
/
+47
*
Store the process type in the mac sandbox wrapper so we can can check it during
thomasvl@chromium.org
2009-02-17
2
-2
/
+12
*
Create a menu wrapper class for GTK menus, and use it for the page and app me...
erg@google.com
2009-02-17
7
-31
/
+470
*
Unstub some more of the Browser object, including the part that sets it as th...
pinkerton@chromium.org
2009-02-17
5
-5
/
+50
*
Another pass at fixing grit includes
joshia@google.com
2009-02-17
1
-1
/
+1
*
Re-apply fix from r1209 that was clobbered in r6925.
evan@chromium.org
2009-02-17
1
-1
/
+1
*
Revise the condition that detects when the test shell exits on ctrl-c,
sdoyon@chromium.org
2009-02-17
2
-5
/
+63
*
Rebaselines shadow tests now that we correctly render shadows (webkit
sky@google.com
2009-02-17
16
-10
/
+60
*
put browser_main_gtk.cc next to other browser_main* cc files.
tc@google.com
2009-02-17
2
-1
/
+1
*
Fixes crasher in FrameContentAsPlainText. TextIterator iterates over
sky@google.com
2009-02-17
1
-0
/
+8
*
Rebaselines a test after fixing rounded rects in Skia. Prior to
sky@google.com
2009-02-17
4
-3
/
+35
*
Stub a function for Mac to get it to compile with my recent change.
pkasting@chromium.org
2009-02-17
2
-0
/
+5
*
Add stub for GTK to get it to build with my recent change.
pkasting@chromium.org
2009-02-17
2
-0
/
+5
*
When internal functions try to focus the location bar, check whether it's foc...
pkasting@chromium.org
2009-02-17
6
-5
/
+26
*
Bump for 164 dev cycle
mal@chromium.org
2009-02-17
1
-1
/
+1
*
Add relative include path for grit includes
joshia@google.com
2009-02-17
1
-1
/
+1
*
Fixes resizing. (The content will still be scaled a bit until the roundtrip h...
avi@chromium.org
2009-02-17
1
-0
/
+5
*
Moves
sky@google.com
2009-02-17
2
-5
/
+1
*
Put some sources into the right spots w/in the project file, make a missing
thomasvl@chromium.org
2009-02-17
1
-12
/
+20
*
Sad Tab view for the Mac.
avi@chromium.org
2009-02-17
6
-2
/
+157
*
add history_unittest
pinkerton@chromium.org
2009-02-17
1
-0
/
+2
*
Implement SetStarredState on LocationBar for Mac.
pinkerton@chromium.org
2009-02-17
9
-3
/
+1593
*
Revert my SetWindow(NULL) change in r9653.
deanm@chromium.org
2009-02-17
3
-13
/
+25
*
Add render view id to AudioRendererHost
hclam@chromium.org
2009-02-17
2
-69
/
+89
*
To avoid recreating WebCore::String objects constantly, we now transform V8 s...
iposva@chromium.org
2009-02-17
1
-6
/
+28
*
IPC messages definitions for audio related requests from
hclam@chromium.org
2009-02-16
6
-3
/
+175
*
Update Linux/Mac test expectations.
dglazkov@google.com
2009-02-16
1
-0
/
+5
*
Revert r9861 to fix build
hclam@chromium.org
2009-02-16
5
-174
/
+3
*
IPC messages definitions for audio related requests from
hclam@chromium.org
2009-02-16
5
-3
/
+174
*
WebKit Merge 40875:41017, Chromium side
dglazkov@google.com
2009-02-16
15
-422
/
+913
*
Fix mini_installer failing on Windows 7 (issue 7732).
mal@chromium.org
2009-02-16
1
-2
/
+1
*
Call RegisterURLRequestChromeJob on browser startup for Linux and Mac.
evan@chromium.org
2009-02-16
1
-1
/
+4
*
Reverting 9855.
maruel@chromium.org
2009-02-16
29
-1037
/
+3
*
Review URL: http://codereview.chromium.org/20405
yurys@google.com
2009-02-16
29
-3
/
+1037
*
Make history_unittest pass on Linux.
phajdan.jr@chromium.org
2009-02-16
2
-6
/
+2
*
Platform cleanup in autocomplete unit tests.
phajdan.jr@chromium.org
2009-02-16
2
-43
/
+43
*
gtk_message_dialog_new expects a format string already.
evan@chromium.org
2009-02-16
1
-3
/
+3
*
Test commit to test svn access.
evan@chromium.org
2009-02-16
1
-1
/
+1
*
Register some more prefs on startup, now that their modules work.
evan@chromium.org
2009-02-16
1
-2
/
+2
*
Register PasswordManager prefs for Mac and Linux.
evanm@google.com
2009-02-16
1
-2
/
+2
[next]