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
*
Move core renderer subdirectories to content.
jam@chromium.org
2011-03-16
24
-2815
/
+10
*
Add some checks to ToolbarView to see what's NULL.
ben@chromium.org
2011-03-16
1
-0
/
+5
*
Options: Add a focus outline to lists.
jhawkins@chromium.org
2011-03-16
1
-0
/
+14
*
Options: Fix a few issues with the password lists.
jhawkins@chromium.org
2011-03-16
1
-3
/
+19
*
Reorder some views::View overrides & other functions.
msw@chromium.org
2011-03-16
11
-774
/
+788
*
[NTP] Do not prompt to re-enable disabled apps when privileges haven't increa...
jstritar@chromium.org
2011-03-16
2
-1
/
+12
*
Fix Mac build break
jam@chromium.org
2011-03-16
1
-1
/
+1
*
Removing test code that I forgot to remove before submitting.
oshima@google.com
2011-03-16
1
-4
/
+2
*
fav icon -> favicon. Pass 12/12: all the rest
avi@chromium.org
2011-03-16
36
-91
/
+86
*
Revert 78393 - Autofill heuristics html and out files for various websites re...
dhollowa@chromium.org
2011-03-16
60
-29280
/
+0
*
MacOS X. Fix scrolling of very very long bookmark menus (taller than [screen ...
maf@chromium.org
2011-03-16
2
-14
/
+13
*
Include quick enable tests only in google builds.
tommi@chromium.org
2011-03-16
1
-0
/
+5
*
Move Start/EndPage() from NewPage/PageDone()
dpapad@chromium.org
2011-03-16
1
-0
/
+6
*
Request data plans when activation state changes.
stevenjb@google.com
2011-03-16
6
-32
/
+68
*
Re-lands:
ben@chromium.org
2011-03-16
4
-13
/
+15
*
Autofill heuristics html and out files for various websites retrieved by the ...
dyu@chromium.org
2011-03-16
60
-0
/
+29280
*
Moved UI state from ProfileSyncService to SyncUserFlow so it doesn't inapprop...
atwilson@chromium.org
2011-03-16
4
-31
/
+23
*
WebUI Prefs: Use the omnibox backend to suggest home page autocompletions.
stuartmorgan@chromium.org
2011-03-16
7
-2
/
+295
*
Revert 78364 - Make chrome://extension-icon resources available in incognito ...
jstritar@chromium.org
2011-03-16
5
-46
/
+3
*
Move plugin code to content.
jam@chromium.org
2011-03-16
35
-4894
/
+12
*
[Sync] Merged MediatorThread and PushNotificationsThread
akalin@chromium.org
2011-03-16
10
-93
/
+102
*
Populated the IconType in FavIconService.
michaelbai@google.com
2011-03-16
31
-204
/
+209
*
Fix crash on NTP by closing context menu when apps refresh.
jstritar@chromium.org
2011-03-16
1
-0
/
+3
*
Fix profile menu button and tag in maximized mode.
mirandac@chromium.org
2011-03-16
2
-3
/
+29
*
Putting back delay to notify network change.
oshima@google.com
2011-03-16
1
-2
/
+5
*
Remove last dependencies on chrome\common from chrome\plugin.
jam@chromium.org
2011-03-16
12
-87
/
+37
*
Move InitCrashReporter on Linux so that it runs in each renderer, instead of ...
jam@chromium.org
2011-03-16
1
-5
/
+6
*
Show details about allowed and blocked cookies in a tabbed pane.
rogerta@chromium.org
2011-03-16
2
-55
/
+169
*
Changed UserImageLoader so it allows more formats of images and does decoding...
avayvod@chromium.org
2011-03-16
8
-40
/
+110
*
Make chrome://extension-icon resources available in incognito mode.
jstritar@chromium.org
2011-03-16
5
-3
/
+46
*
This is an extension of http://codereview.chromium.org/6280018 that provides ...
battre@chromium.org
2011-03-16
29
-249
/
+382
*
fav icon -> favicon. Pass 11: rest of chrome/browser/ui
avi@chromium.org
2011-03-16
28
-86
/
+86
*
Add ChromeOS as product name to the policy template generator
gfeher@chromium.org
2011-03-16
2
-54
/
+16
*
Add onChange event to preference extension APIs.
bauerb@chromium.org
2011-03-16
9
-25
/
+611
*
Comb up ownership things.
dilmah@chromium.org
2011-03-16
7
-30
/
+71
*
Fix devtools schema is in DevToolsHttpProtocolHandler.
podivilov@chromium.org
2011-03-16
1
-2
/
+2
*
Remove executable permissions from experimental.html (build fix)
caseq@google.com
2011-03-16
1
-0
/
+0
*
Exposing extension preferences via the `chrome.extension` API.
bauerb@chromium.org
2011-03-16
24
-25
/
+672
*
Add experimental.webInspector.* to experimental.html
caseq@google.com
2011-03-16
2
-10
/
+31
*
Updating trunk VERSION from 705.0 to 706.0
chrome-release@google.com
2011-03-16
1
-1
/
+1
*
Only detect heuristic autofill types on page load (not on form submission).
isherman@chromium.org
2011-03-16
5
-35
/
+90
*
Don't rely on email fields to detect section breaks for autofill.
isherman@chromium.org
2011-03-16
3
-1
/
+36
*
Convert dom_storage, pepper, pepper_file, and automation messages to new format.
tsepez@chromium.org
2011-03-16
7
-189
/
+41
*
Landing http://codereview.chromium.org/6635001/ on behalf of vsevik@:
zelidrag@chromium.org
2011-03-16
14
-19
/
+1413
*
Some string updates after removing native options (part 1)
estade@chromium.org
2011-03-16
5
-148
/
+7
*
Unifying NativeMetafile class interface (as much as possible) for Linux, Mac,...
dpapad@chromium.org
2011-03-16
6
-35
/
+33
*
Revert of Revert (78274, 78272) - relanding CL 6646023 with
rtenneti@google.com
2011-03-16
11
-58
/
+204
*
Initialize NSS with no DB in the renderer process
hclam@google.com
2011-03-16
1
-0
/
+12
*
Further modifications to the Ready Mode UI in response to feedback. Height, i...
erikwright@chromium.org
2011-03-16
1
-7
/
+7
*
Fix glue for ClipboardHostMsg_ReadAvailableTypes.
dcheng@chromium.org
2011-03-16
2
-14
/
+11
[next]