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
/
browser
Commit message (
Expand
)
Author
Age
Files
Lines
*
Convert more WidgetWin/WidgetGtk creations to use a new cross-platform static...
ben@chromium.org
2011-03-28
32
-158
/
+133
*
Move NativeThemeChromeOS into gfx.
xiyuan@chromium.org
2011-03-28
2
-799
/
+0
*
Make 'dangerous download warning' visible in Japanese UI on Windows.
jshin@chromium.org
2011-03-28
1
-10
/
+33
*
Adding OWNERS file for chrome/browser/content_settings
markusheintz@chromium.org
2011-03-28
1
-0
/
+3
*
Remove unnecessary LOG statement.
markusheintz@chromium.org
2011-03-28
1
-1
/
+0
*
importer: Some random cleanups.
tfarina@chromium.org
2011-03-28
5
-66
/
+62
*
[Mac] Tabpose: Add a NULL check before trying to query for a devtools TabCont...
rsesek@chromium.org
2011-03-28
1
-1
/
+1
*
Move extension messages to their own file and add a RenderViewObserver to sta...
jam@chromium.org
2011-03-28
27
-74
/
+76
*
gtk: Tweak omnibox and tab font sizes.
derat@chromium.org
2011-03-28
2
-4
/
+4
*
[cros] Initial check-in of SIM unlock dialog HTML/JS/CSS.
nkostylev@chromium.org
2011-03-28
9
-98
/
+425
*
Remove tips code from Chrome.
mirandac@chromium.org
2011-03-28
6
-247
/
+1
*
Disable rate limiting on PrerenderBrowserTest's.
cbentzel@chromium.org
2011-03-28
1
-12
/
+1
*
Reduce one case of string copying in autocomplete_edit_view_win.cc.
finnur@chromium.org
2011-03-28
1
-3
/
+3
*
Removed legacy support from the policy fetch request.
pastarmovj@chromium.org
2011-03-28
8
-87
/
+187
*
Remove dead code (ContentExceptionsTableModel)
jochen@chromium.org
2011-03-28
3
-249
/
+0
*
Tear down objects in PrefMemberTest.MoveToThread in the right order.
bauerb@chromium.org
2011-03-28
1
-5
/
+4
*
[Mac] Inform the user to reload page after changing cookie content settings
jochen@chromium.org
2011-03-28
2
-2
/
+9
*
Correctly report HttpOnly cookies and correctly reset the Cookie Monster
jochen@chromium.org
2011-03-28
1
-1
/
+5
*
DevTools: if 'debug_devtools' is defined in .gyp, always try loading from dis...
mnaganov@chromium.org
2011-03-28
1
-2
/
+10
*
Enable component extensions for DefaultProfile used in login screen dialogs
dpolukhin@chromium.org
2011-03-28
3
-6
/
+8
*
Fix the position of the keyboard overlay.
mazda@chromium.org
2011-03-28
1
-1
/
+1
*
Move some files from base to base/memory.
levin@chromium.org
2011-03-28
1109
-1800
/
+1800
*
importer: Cleanup, remove all remaining using declarations.
tfarina@chromium.org
2011-03-27
5
-50
/
+37
*
importer: Cleanup ToolbarImporter code a little bit.
tfarina@chromium.org
2011-03-27
6
-40
/
+66
*
Disable SSLUITest.TestCloseTabWithUnsafePopup
isherman@chromium.org
2011-03-27
1
-2
/
+3
*
Add SCOPED_TRACE to data driven tests.
isherman@chromium.org
2011-03-27
1
-0
/
+2
*
Before object destruction, make sure that its select dialogs are told that we
aarya@google.com
2011-03-27
6
-2
/
+31
*
Part2 of Convert ChromeDriver to use only the JSON automation interface.
kkania@chromium.org
2011-03-26
4
-24
/
+44
*
Return the full cookie details in TestingAutomationProvider and pass around
kkania@chromium.org
2011-03-26
3
-54
/
+143
*
PrerenderRedirectToHttps is now DISABLED.
cbentzel@chromium.org
2011-03-26
1
-2
/
+3
*
extensions: Refactor ExtensionInstallUI class.
tfarina@chromium.org
2011-03-26
18
-257
/
+372
*
ProfileSyncServiceTest.JsFrontendProcessMessageBasic is flaky.
michaeln@google.com
2011-03-26
1
-1
/
+2
*
ConnectToWifiNetwork() is now blocking.
dtu@chromium.org
2011-03-26
7
-96
/
+252
*
chromeos: Update static about:os-credits file.
derat@chromium.org
2011-03-26
1
-14811
/
+5141
*
Commit a piece of my already-reviewed fix for bug 54274 to fix bug 76548.
pkasting@chromium.org
2011-03-25
1
-0
/
+1
*
Move all dev tools messages to devtools_messages.h and create a TabHelper to ...
jam@chromium.org
2011-03-25
8
-9
/
+129
*
Do not show 'Print Preview' flag in about::flags of CrOS.
kmadhusu@chromium.org
2011-03-25
1
-1
/
+1
*
Add <iterator> to the list of include files. This is required for back_inser...
jeanluc@chromium.org
2011-03-25
1
-0
/
+1
*
This fixes some issues with the window switcher icon.
gspencer@chromium.org
2011-03-25
1
-24
/
+43
*
options: Fix a couple of javascript errors for download settings on chromeos.
sadrul@chromium.org
2011-03-25
1
-7
/
+10
*
Use ClearNetworkServiceProperty from libcros to clear network properties.
chocobo@chromium.org
2011-03-25
1
-2
/
+1
*
Support enabling/disabling the URL request throttler via the about:net-intern...
joi@chromium.org
2011-03-25
8
-19
/
+203
*
Wired local file system support for File API. The local file system provider ...
zelidrag@chromium.org
2011-03-25
6
-2
/
+168
*
Increasing toolbar for touch case, assets are not final
saintlou@chromium.org
2011-03-25
1
-0
/
+6
*
Moves instant related methods off TabContents and to where they are used.
sky@chromium.org
2011-03-25
17
-123
/
+165
*
importer: Use unnamed namespace instead of static keyword.
tfarina@chromium.org
2011-03-25
1
-8
/
+10
*
Fix clang error.
thestig@chromium.org
2011-03-25
1
-1
/
+1
*
Retrieve the accessibility tree from an iframe's document in the renderer,
dmazzoni@chromium.org
2011-03-25
1
-0
/
+49
*
[Sync] Add value conversions to syncable::Entry and friends
akalin@chromium.org
2011-03-25
13
-44
/
+293
*
Fix for "Mouseovers follow the cursor even when there's a find bar in the way"
mark@chromium.org
2011-03-25
4
-5
/
+58
[next]