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
*
Add a content::RenderView API. I'll make RenderView use it in a future change...
jam@chromium.org
2011-10-08
4
-29
/
+26
*
Add command line switch for enabling threaded compositing
jamesr@chromium.org
2011-10-08
1
-0
/
+2
*
views: Change ViewsDelegate::NotifyMenuItemFocused() to string16.
tfarina@chromium.org
2011-10-08
7
-40
/
+36
*
Enable sync promo by default
sail@chromium.org
2011-10-08
3
-9
/
+4
*
Fix the plugin test: plugins.PluginsTest.testDisableEnableAllPlugins
venkataramana@chromium.org
2011-10-08
2
-2
/
+6
*
Fix aura bustage on windows.
ben@chromium.org
2011-10-08
1
-1
/
+1
*
[Sync] Check server reachability after initialization is complete
akalin@chromium.org
2011-10-08
4
-8
/
+32
*
Sanity check the printable area returned by windows.
vandebo@chromium.org
2011-10-08
1
-1
/
+0
*
Change browser features to use redirect chain for redirects tracking.
gcasto@chromium.org
2011-10-08
9
-107
/
+175
*
ntp4: get rid of page index for non-app extensions.
estade@chromium.org
2011-10-08
4
-12
/
+18
*
chromeos: Really update secure network badge to have halo.
derat@chromium.org
2011-10-08
1
-0
/
+0
*
Implement disable_pie for all executables.
rkc@chromium.org
2011-10-08
1
-6
/
+2
*
Remove redundant code and update comment.
oshima@chromium.org
2011-10-07
1
-5
/
+5
*
Fix the infobar test: infobars.InfobarTest.testPluginCrashForMultiTabs
venkataramana@chromium.org
2011-10-07
2
-10
/
+6
*
Revert 104597 - base::Bind: Complete cleanup of history/.
acolwell@chromium.org
2011-10-07
57
-397
/
+362
*
Changing response caching logic to use less data and avoid use of static non ...
tbarzic@chromium.org
2011-10-07
4
-62
/
+274
*
[Sync] Don't early out of ReEncryptEverything when a datatype is missing.
zea@chromium.org
2011-10-07
1
-2
/
+5
*
Move window scale animation down into the shell (it'll do as an overview for ...
ben@chromium.org
2011-10-07
1
-2
/
+1
*
base::Bind: Complete cleanup of history/.
jhawkins@chromium.org
2011-10-07
57
-362
/
+397
*
Only record prerender histograms for http & https schemes,
tburkard@chromium.org
2011-10-07
3
-0
/
+10
*
scoped_ptr and new[] don't mix.
thakis@chromium.org
2011-10-07
2
-2
/
+3
*
Cleanup: Fix miscellaneous cleanup issues in the print preview code.
thestig@chromium.org
2011-10-07
6
-42
/
+33
*
Move HostAllocateSharedMemoryBuffer to content::RenderThread now that we have...
jam@chromium.org
2011-10-07
4
-18
/
+18
*
Choose the right window to switch to when a panel is deactivated on Windows.
jianli@chromium.org
2011-10-07
11
-22
/
+192
*
Remove FieldTypeSubGroups from the AutofillType class.
isherman@chromium.org
2011-10-07
9
-203
/
+74
*
Add support for an optional "requirements" section in extension/app manifests.
mihaip@chromium.org
2011-10-07
7
-2
/
+66
*
Disable failing notifications.NotificationsTest.testSpecialURLNotification test.
vclarke@chromium.org
2011-10-07
1
-1
/
+4
*
Refactor the AutoCompletePopupView to get rid of gtk/gdk related code.
jennyz@chromium.org
2011-10-07
11
-28
/
+58
*
make browser_tests compile and link under use_aura=1 chromeos=0.
alicet@chromium.org
2011-10-07
2
-3
/
+13
*
Fix UI quirks when doing a history navigation to a slow page.
creis@chromium.org
2011-10-07
2
-3
/
+35
*
[web-ui] Migrate async_gen-inl.h to base::Bind().
csilv@chromium.org
2011-10-07
1
-4
/
+8
*
Auto-login UI polish.
rogerta@chromium.org
2011-10-07
3
-9
/
+13
*
ntp4: hack around skia gradient brokenness.
estade@chromium.org
2011-10-07
1
-1
/
+8
*
base::Bind: Cleanups in geolocation/.
jhawkins@chromium.org
2011-10-07
6
-73
/
+103
*
Fix build break of official builder due to my commit 104479 which was missing
rogerta@chromium.org
2011-10-07
2
-8
/
+8
*
Revert 104510 - Automatically schedule saving preferences on change.
acolwell@chromium.org
2011-10-07
1
-17
/
+13
*
Changes the way windows are parented when their parent is set to NULL.. Adds ...
ben@chromium.org
2011-10-07
4
-36
/
+3
*
Make instant only load searches for the default provider.
sky@chromium.org
2011-10-07
20
-1481
/
+247
*
Move CreateViewForWidget from RenderWidgetHostView to ContentBrowserClient.
dpranke@chromium.org
2011-10-07
7
-25
/
+41
*
Lazily save preferences after geolocation infobar authorisation.
jknotten@chromium.org
2011-10-07
1
-0
/
+1
*
fix compile breakage caused by moving json_value_serializer to base and
dpranke@chromium.org
2011-10-07
1
-1
/
+1
*
Fix memory leak in V8ContextSet unit test.
aa@chromium.org
2011-10-07
6
-45
/
+31
*
fix touchui max tab count and navigation problem when max tab count is hit.
alicet@chromium.org
2011-10-07
2
-3
/
+11
*
Changes for cross domain prerenders to not cancel when there is a window.open...
shishir@chromium.org
2011-10-07
6
-53
/
+116
*
[web-ui] More migration to base::Bind().
csilv@chromium.org
2011-10-07
2
-3
/
+7
*
[Sync] Add SyncPrefs class to consolidate all the prefs-related sync code
akalin@chromium.org
2011-10-07
19
-383
/
+883
*
Fix win aura build: remove Menu2 usage in StatusIconWin on aura build
oshima@google.com
2011-10-07
2
-2
/
+14
*
Move json_value_serializer from content/common to base.
dpranke@chromium.org
2011-10-07
61
-66
/
+66
*
Fixing the gtk menu race.
ncj674@motorola.com
2011-10-07
2
-0
/
+14
*
Correctly update chevron visibility state upon bookmark size change or window...
gideonwald@chromium.org
2011-10-07
1
-14
/
+17
[next]