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
...
*
Coverity: Remove an unused variable.
jhawkins@chromium.org
2009-09-29
1
-2
/
+1
*
Coverity: Initialize type_ in the constructor.
jhawkins@chromium.org
2009-09-29
1
-1
/
+2
*
Coverity: Add the typedef keyword to the ProfileType enum so we're not creati...
jhawkins@chromium.org
2009-09-29
1
-1
/
+1
*
These classes need to use thread safe reference counting.
darin@chromium.org
2009-09-29
1
-2
/
+2
*
Fix breakpad unused variable warning.
thestig@chromium.org
2009-09-29
1
-9
/
+7
*
Reverting 27520.
mirandac@chromium.org
2009-09-29
2
-121
/
+61
*
Coverity: Initialize test_funcs_.test_make_request in the constructor.
jhawkins@chromium.org
2009-09-29
1
-0
/
+1
*
Update known crash signature.
huanr@chromium.org
2009-09-29
1
-0
/
+1
*
Use a separate Breakpad product name for ChromeOS.
thestig@chromium.org
2009-09-29
1
-0
/
+6
*
Use Mac fonts in Mac Chrome.
mark@chromium.org
2009-09-29
2
-52
/
+113
*
Linux: Raise window after click on titlebar or border.
derat@chromium.org
2009-09-29
1
-0
/
+5
*
Revert "linux: tickle the render sandbox early so it forks at the right time"
evan@chromium.org
2009-09-29
1
-4
/
+0
*
linux: tickle the render sandbox early so it forks at the right time
evan@chromium.org
2009-09-29
1
-0
/
+4
*
Import dialog fixup:
thomasvl@chromium.org
2009-09-29
2
-68
/
+158
*
Coverity: Initialize got_thumbnail_callback_, query_url_success_, and redirec...
jhawkins@chromium.org
2009-09-29
1
-2
/
+7
*
This CL cleans-up the FindBarHost and fixes an assert that happens on the foc...
jcampan@chromium.org
2009-09-29
4
-63
/
+11
*
Coverity: Fix memleak in GetNodeDictionary again.
mattm@chromium.org
2009-09-29
1
-3
/
+2
*
Unflakify SyncerThreadWithSyncerTest.Polling by using TimeTicks instead of sy...
tim@chromium.org
2009-09-29
1
-15
/
+7
*
Change disk access on theme install from UI to File thread.
mirandac@chromium.org
2009-09-29
2
-61
/
+121
*
Fix a typo.
pinkerton@chromium.org
2009-09-29
1
-1
/
+1
*
Enable ExtensionApiTest.Toolstrip and add additional debug output.
rafaelw@chromium.org
2009-09-29
2
-2
/
+5
*
Coverity: Initialize all member variables in the default constructor.
jhawkins@chromium.org
2009-09-29
2
-1
/
+10
*
Avoid potential "NULL used as int" warnings by changing ASSERT_EQ(NULL, ...) ...
pkasting@chromium.org
2009-09-29
3
-10
/
+10
*
Coverity: Initialize member variables in the constructor.
jhawkins@chromium.org
2009-09-29
1
-1
/
+8
*
- Use the hyperlink cell for better look.
thomasvl@chromium.org
2009-09-29
1
-40
/
+64
*
gyp changes to enable building OCMock. Patch from Paul Wicks (pwicks86@gmail....
pinkerton@chromium.org
2009-09-29
1
-0
/
+1
*
Typos and spelling mistakes found while working on issue 19896
tim@chromium.org
2009-09-29
1
-26
/
+26
*
Bookmark menus not updated when their name is edited in the bookmark bar.
jrg@chromium.org
2009-09-29
3
-5
/
+35
*
Disable "OK" button in edit dialog of bookmark button when name is not valid
jrg@chromium.org
2009-09-29
2
-3
/
+27
*
l10n the "(empty)" string in bookmark bar folders.
jrg@chromium.org
2009-09-29
1
-2
/
+4
*
DomChecker failure changed with WebKit roll 48821:48841.
levin@chromium.org
2009-09-29
1
-3
/
+3
*
Update known crash list.
huanr@chromium.org
2009-09-29
1
-13
/
+4
*
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
[prev]
[next]