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
*
Make two members private in sync and add getters/setters for them.
tim@chromium.org
2009-09-29
4
-9
/
+30
*
Adds the ability for script to move the menu.
sky@chromium.org
2009-09-29
1
-1
/
+1
*
DomChecker failure changed with WebKit roll 48821:48841.
levin@chromium.org
2009-09-29
1
-1
/
+1
*
Change the DEPS to support a directory name change.
davemoore@chromium.org
2009-09-29
1
-1
/
+1
*
[Mac] Root the RenderWidgetHostView in the upper left, not the lower left. T...
rohitrao@chromium.org
2009-09-29
1
-2
/
+9
*
X64: Remove restriction on using r12 as index register.
davemoore@chromium.org
2009-09-29
3
-3
/
+3
*
[Mac] Hook up part of the download preferences
rsesek@chromium.org
2009-09-29
3
-32
/
+175
*
Wires up views on linux dialogs to use gtk ones.
sky@chromium.org
2009-09-29
12
-37
/
+74
*
Add kMDItemWhereFroms metadata attribute to downloaded files. Combine with qu...
pinkerton@chromium.org
2009-09-29
5
-100
/
+185
*
Updating trunk VERSION build from 219.7 to 219.8
laforge@chromium.org
2009-09-29
1
-1
/
+1
*
Mac First Run:
thomasvl@chromium.org
2009-09-29
2
-225
/
+327
*
Use the mac helpers for fetching resource strings.
thomasvl@chromium.org
2009-09-29
1
-18
/
+18
*
[Mac] Create HyperlinkButtonCell and make the "Get themes" button an instance
rsesek@chromium.org
2009-09-29
5
-26
/
+236
*
Disable it for real this time.
nsylvain@chromium.org
2009-09-29
1
-1
/
+3
*
Disable SyncerThreadWithSyncerTest.Polling because it's flaky.
nsylvain@chromium.org
2009-09-29
1
-1
/
+2
*
Bumping from 219.6 to 219.7
chrome-bot@google.com
2009-09-29
1
-1
/
+1
*
[Windows] Remember the window placement of Keyword editor (Search Engines) to...
rsesek@chromium.org
2009-09-29
2
-1
/
+6
*
Remove the enable-sync flag from the Chrome command line and enable sync by d...
brg@chromium.com
2009-09-29
11
-10
/
+56
*
Update strings with latest translations, including Amharic and Swahili.
mal@chromium.org
2009-09-29
102
-1289
/
+2076
*
Add support for Amharic (am) and Swahili (sw) in the grd files.
mal@chromium.org
2009-09-29
2
-1
/
+13
*
Remove old way of handling mixed content now that we have the new mixed content
abarth@chromium.org
2009-09-29
13
-352
/
+18
*
Disabling failing WorkerTest.MessagePorts after WebKit roll.
levin@chromium.org
2009-09-29
1
-1
/
+1
*
Fix stupid gcc warning.
thakis@chromium.org
2009-09-29
1
-1
/
+1
*
Fix cmd-up/cmd-down.
thakis@chromium.org
2009-09-29
7
-57
/
+201
*
Another attempt at landing this.
ananta@chromium.org
2009-09-29
1
-0
/
+6
*
Get rid of the need for cross process events in order to get plugin processes...
jam@chromium.org
2009-09-29
21
-165
/
+245
*
Coverity: check result of file_util::CopyFile.
mattm@chromium.org
2009-09-29
1
-1
/
+1
*
Add GetPreferredTrySlaves() to presubmit scripts.
thestig@chromium.org
2009-09-29
1
-0
/
+13
*
Update signatures for a few known crashes.
huanr@chromium.org
2009-09-29
1
-3
/
+3
*
First step towards NaCl-Chrome integration:1. NaCl plugin becomes a built-in ...
gregoryd@google.com
2009-09-29
24
-17
/
+475
*
Relanding keyboard code refactoring:
jcampan@chromium.org
2009-09-29
31
-95
/
+132
*
Use the current frame's URL when initializing the extension framework for a f...
mpcomplete@chromium.org
2009-09-29
1
-5
/
+4
*
Directly add ExtensionShelfGtk to the widget hierarchy.
tony@chromium.org
2009-09-29
3
-8
/
+6
*
[Mac] Cocoa does not like it when the close button is 15x15. Resize to 16x16...
rohitrao@chromium.org
2009-09-28
3
-11
/
+11
*
Retry r27137. Create renderers for ExtensionHosts one at a time to avoid bloc...
mpcomplete@chromium.org
2009-09-28
8
-14
/
+103
*
Remove unused pthread helpers. Looks like we don't use pthread_rw locks at all.
chron@chromium.org
2009-09-28
1
-127
/
+0
*
Updating trunk VERSION build from 219.5 to 219.6
laforge@chromium.org
2009-09-28
1
-1
/
+1
*
Fix memory_test to use the correct temporary user_data_dir_, so it
sgk@chromium.org
2009-09-28
1
-6
/
+11
*
sync i18n support for gaia_login.html and merge_and_sync.htmlMove resources i...
tim@chromium.org
2009-09-28
6
-89
/
+169
*
Fix how we calculate workarea size (_NET_WORKAREA gives width/height).
tony@chromium.org
2009-09-28
1
-7
/
+8
*
Linux: Enable FindInPage automated ui test test.
estade@chromium.org
2009-09-28
4
-12
/
+25
*
Use favicon for application shortcut icon.
estade@chromium.org
2009-09-28
7
-18
/
+125
*
Fix deadlock when plugin puts an alert and right afterwards the browser proce...
jam@chromium.org
2009-09-28
45
-382
/
+125
*
Reverting 27407.
senorblanco@chromium.org
2009-09-28
1
-5
/
+0
*
Coverity: Initialize all member variables in the default constructor.
jhawkins@chromium.org
2009-09-28
1
-4
/
+16
*
Reverting 27412 it breaks the toolkit views Linux build.
jcampan@chromium.org
2009-09-28
28
-125
/
+89
*
Add section about the Ruby script to the packaging page.
kathyw@google.com
2009-09-28
2
-6
/
+43
*
Change the way the NonClientView handles forcing the native frame for popups/...
ben@chromium.org
2009-09-28
9
-45
/
+65
*
Changing the KeyboardEvent to use a KeyboardCode instead of a w_char. Led to ...
jcampan@chromium.org
2009-09-28
28
-89
/
+125
*
Coverity: Initialize ids_found_ in the constructor.
jhawkins@chromium.org
2009-09-28
1
-1
/
+1
[next]