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
*
Forgot to commit these two files.
beng@google.com
2008-09-13
2
-2
/
+2
*
Move importer files into an importer subdirectory.
beng@google.com
2008-09-13
25
-316
/
+113
*
Added routines to MetricsService to parse the server response and respond to ...
petersont@google.com
2008-09-13
5
-181
/
+550
*
Remove some files and directories we no longer use (We can resurrect them fro...
beng@google.com
2008-09-12
4
-782
/
+6
*
Fix black flash when detaching tabs.
beng@google.com
2008-09-12
1
-3
/
+3
*
Fixes bug where history view was not showing star state correctly.
sky@google.com
2008-09-12
1
-3
/
+5
*
Revert the change that fixed the encoding when viewing source in subframes.
brettw@google.com
2008-09-12
28
-212
/
+126
*
forgot these files, fixing clobber build
beng@google.com
2008-09-12
10
-10
/
+10
*
Move View components of the Browser's tab strip into the browser_views projec...
beng@google.com
2008-09-12
15
-85
/
+89
*
Removing static initializers.
jcampan@chromium.org
2008-09-12
4
-113
/
+103
*
Allows OSDD files to contain https.
sky@google.com
2008-09-12
3
-13
/
+15
*
Prevent constrained popup windows from trying to become real
erg@google.com
2008-09-12
1
-2
/
+8
*
Actually fix the javascript alert crasher in a way that
erg@google.com
2008-09-12
2
-1
/
+16
*
Fixing bug 1951: Browser crash on View-Source of an https page.
finnur@google.com
2008-09-11
1
-4
/
+5
*
Reverting constrained window change. Seems to break tests on TOT.
erg@google.com
2008-09-11
2
-13
/
+1
*
As described in bug 2136, this test is flaky.
jcampan@chromium.org
2008-09-11
1
-1
/
+2
*
Two minor fixes. Fix the hard coded desired dpi and remove an unneeded include.
maruel@google.com
2008-09-11
2
-2
/
+3
*
Avoid starting the pause timer if it is already started.
darin@chromium.org
2008-09-11
1
-2
/
+3
*
Fixes bug in IconManager where it was possible for callback to be
sky@google.com
2008-09-11
1
-3
/
+4
*
Fix crasher and possible security vulnerability in popup
erg@google.com
2008-09-11
2
-1
/
+13
*
Update URL for dictionary download.
sidchat@google.com
2008-09-11
1
-1
/
+1
*
Changes session service to not persist NavigationEntries that have
sky@google.com
2008-09-11
6
-40
/
+93
*
Closing a tab with a constrained pop-up showing an SSL interstitial would cra...
jcampan@chromium.org
2008-09-11
2
-3
/
+33
*
Renames BoomarkBarModel to BookmarkModel.
sky@google.com
2008-09-11
46
-806
/
+762
*
Tuck the ram/num_processes map into a function, and remove a static initializer.
deanm@chromium.org
2008-09-11
1
-12
/
+11
*
Make sure the tabstrip doesn't have the chin above it in maximized view in aero.
beng@google.com
2008-09-11
1
-1
/
+2
*
Set an upper limit to the number of characters that can appear in a tooltip s...
beng@google.com
2008-09-11
1
-0
/
+10
*
Double clicking on an item in the task manager should bring the relevant tab ...
petersont@google.com
2008-09-10
4
-0
/
+70
*
Google Update gave us a new IDL and asked us to change the CLSID const we use...
finnur@google.com
2008-09-10
1
-1
/
+1
*
First pass at splitting the AutocompleteEdit into Model and View. This was n...
pkasting@chromium.org
2008-09-10
12
-1296
/
+1565
*
The About box was needlessly blocking Chrome on Vista SP1 (with UAC disabled)...
finnur@google.com
2008-09-10
1
-3
/
+8
*
If you click a link to a malware page or if a page redirects to malware, the ...
jcampan@chromium.org
2008-09-10
1
-3
/
+2
*
Fix grab bag of AeroGlassFrame issues:
beng@google.com
2008-09-10
5
-21
/
+22
*
Don't send queries when URL is like:
darin@chromium.org
2008-09-10
4
-16
/
+52
*
Bounds check the tab index before attempting to index into the TabStripModel ...
beng@google.com
2008-09-09
1
-6
/
+6
*
Fix bug with resizeBy in Gears dialogs.
mpcomplete@google.com
2008-09-09
1
-11
/
+1
*
Moves bookmark related classes into bookmarks directory. There are no
sky@google.com
2008-09-09
35
-70
/
+67
*
backing out checkin to closed tree
beng@google.com
2008-09-09
1
-6
/
+6
*
Bounds check the tab index before attempting to index into the TabStripModel ...
beng@google.com
2008-09-09
1
-6
/
+6
*
Patch from Szymon Piechowicz <szymonpiechowicz@o2.pl>
beng@google.com
2008-09-09
1
-6
/
+6
*
Adding a CHECK in a memcpy that it is not trivial to understand.
cpu@google.com
2008-09-09
1
-3
/
+3
*
Pages with mixed content were shown as secure.
jcampan@google.com
2008-09-08
1
-0
/
+4
*
Change the external protocol handler to look at the
nsylvain@google.com
2008-09-08
4
-18
/
+35
*
Replace all instances of <hash_map> with a "base/hash_tabe.h",
erg@google.com
2008-09-08
18
-75
/
+49
*
Use FRIEND_TEST() instead of guessing the test class name (!)
maruel@google.com
2008-09-08
2
-6
/
+9
*
Disable a flakey test.
deanm@google.com
2008-09-08
1
-2
/
+2
*
A couple of quick TODO and other cleanups.
beng@google.com
2008-09-08
4
-13
/
+1
*
Support WM_APPCOMMAND on Window. Make it just pass through to WindowDelegate:...
beng@google.com
2008-09-08
2
-0
/
+47
*
Hopefully remove 102 unneeded static initializers. This should require less ...
deanm@google.com
2008-09-08
1
-197
/
+198
*
Makes new tab page update properly when its told bookmarks are
sky@google.com
2008-09-08
1
-5
/
+10
[next]