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
*
Port the Thread class properly to Mac and Linux. This involved porting
darin@google.com
2008-08-21
2
-2
/
+2
*
As Brett pointed it out, We normally use 8-bit for encoding names since they'...
jnd@google.com
2008-08-21
28
-108
/
+113
*
Track removal of browser\navigation_controller_base.cc.
sgk@google.com
2008-08-21
1
-1
/
+0
*
Kill NavigationControllerBase. I merged the two into NavigationController.
brettw@google.com
2008-08-21
5
-710
/
+536
*
Revert a fix where I mistakenly assumed that numbers coming into
erg@google.com
2008-08-20
3
-10
/
+8
*
Allow popups using the new frames to be sized correctly. This involved a slig...
beng@google.com
2008-08-20
4
-41
/
+122
*
Fixes leak in BookmarkBarContextMenu test.
sky@google.com
2008-08-20
1
-8
/
+7
*
Chrome changes to allow non-ASCII characters in shortcut filenames.
mpcomplete@google.com
2008-08-20
2
-6
/
+19
*
Workaround for truncation of "Search from right here" text when using Hebrew ...
glen@google.com
2008-08-20
1
-2
/
+8
*
Disable this interactive ui tests because it fails on the bot.
nsylvain@google.com
2008-08-20
1
-1
/
+3
*
Move time formatters that only use ICU into base/time.*
tc@google.com
2008-08-19
5
-16
/
+18
*
Drag tab 2 out of the tab strip.
sidchat@google.com
2008-08-19
1
-0
/
+148
*
The truncation on the match count label (bug 1110432) has been bugging me a b...
finnur@google.com
2008-08-19
1
-2
/
+0
*
The automation system can be torn down before all of the notification observers
darin@google.com
2008-08-19
1
-0
/
+5
*
Cleans up notifications for the NavigationController. There were several
brettw@google.com
2008-08-19
11
-62
/
+170
*
Make the otr avatar icon not show in detached OTR popup windows.
beng@google.com
2008-08-19
5
-28
/
+29
*
Factor the SSL state out of the main NavigationEntry into a helper class. This
brettw@google.com
2008-08-19
15
-175
/
+187
*
Use LF for newlines in all DEPS files
mmentovai@google.com
2008-08-18
1
-19
/
+19
*
* Land the fix for issue 1322174 (which is not last-minute) on the trunk. Th...
pkasting@google.com
2008-08-18
1
-13
/
+7
*
First set of changes to start separating Google specific branding from Chromi...
rahulk@google.com
2008-08-18
1
-2
/
+5
*
The CL is consist of CLs(1624,1580) for bug:1281734 which are reviewed and LG...
jnd@google.com
2008-08-18
20
-40
/
+121
*
Hook up the window icon for app windows, with a throbber etc.
beng@google.com
2008-08-18
9
-37
/
+174
*
Explicitly include logging.h in a header that assumed it was already getting ...
maruel@google.com
2008-08-16
1
-4
/
+9
*
Fix build break.
iyengar@google.com
2008-08-15
2
-0
/
+37
*
Added support for PostMessage from the automation framework to
iyengar@google.com
2008-08-15
2
-0
/
+8
*
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@963 0039d316-1c4b-4281-b9...
brettw@google.com
2008-08-15
10
-166
/
+59
*
Add missing files from the previous change
joshia@google.com
2008-08-15
3
-0
/
+15
*
Code to facilitate sending message to external host.
joshia@google.com
2008-08-15
5
-0
/
+24
*
Cleans up notifications for the NavigationController. There were several
brettw@google.com
2008-08-15
10
-59
/
+166
*
Copy from http://chrome-reviews.prom.corp.google.com/1237 (new gcl changelist...
timsteele@google.com
2008-08-15
10
-3
/
+155
*
Step 1 at making Gears run in the renderer process (enabled by switch
mpcomplete@google.com
2008-08-15
4
-1
/
+34
*
Large patch set (159 files total) to cleanup the includes.
maruel@google.com
2008-08-15
85
-257
/
+415
*
Introduce MessagePump to represent the native message pump used to drive a
darin@google.com
2008-08-15
13
-65
/
+44
*
Make theme change notifications for the renderer originate from the RenderWid...
beng@google.com
2008-08-15
10
-37
/
+18
*
Hook up the system menu in new frames.
erg@google.com
2008-08-14
4
-1
/
+121
*
Ensure that the default download directory exists when the
paulg@google.com
2008-08-14
3
-0
/
+13
*
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@904 0039d316-1c4b-4281-b9...
sidchat@google.com
2008-08-14
3
-19
/
+152
*
Some printers advertise longer printable length than the page length. Remove ...
maruel@google.com
2008-08-14
1
-3
/
+3
*
A first stab at testing browser close behavior when there are unload listeners
ojan@google.com
2008-08-14
1
-0
/
+47
*
Make the FindInPageController implement its own delegate interface for
brettw@google.com
2008-08-14
9
-114
/
+91
*
Add End-session handling and app modal dialog handling to BrowserView2/New Fr...
beng@google.com
2008-08-14
7
-8
/
+82
*
Moving GoogleUpdateSettings to util. Installer as well as Chrome needs these ...
rahulk@google.com
2008-08-14
3
-3
/
+3
*
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@873 0039d316-1c4b-4281-b9...
awalker@google.com
2008-08-14
4
-9
/
+9
*
Fixes two bugs in NavigationController:
sky@google.com
2008-08-14
1
-5
/
+3
*
Removing the code which enables using the renderer dib in the browser backing
iyengar@google.com
2008-08-14
2
-57
/
+1
*
HuntForZombieChromeProcesses() is killing the child process of upgrade
cpu@google.com
2008-08-14
1
-1
/
+2
*
Cleanup spell check file to stop using reference counted pointers without need.
jar@google.com
2008-08-14
2
-16
/
+7
*
Use %ls instead of %s in wprintf format strings for wchar_t fields.
mmentovai@google.com
2008-08-14
9
-12
/
+12
*
Dummy change.
jabdelmalek@google.com
2008-08-13
1
-1
/
+1
*
Make Javascript alerts do IDN and proper handling of non-standard and file
brettw@google.com
2008-08-13
1
-5
/
+16
[next]