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
/
common
Commit message (
Expand
)
Author
Age
Files
Lines
*
Factor out platform specific chrome_paths calls into platform specific files.
tc@google.com
2009-02-03
7
-65
/
+166
*
Add NOTIMPLEMENTED(); in temporary scaffolding stubs.
phajdan.jr@chromium.org
2009-02-03
2
-247
/
+558
*
From agl. Cleaned up version of issue 19046.
thestig@chromium.org
2009-02-03
3
-16
/
+70
*
fix output that changed due to clipboard change
tc@google.com
2009-02-03
1
-2
/
+2
*
first stab at scaffolding WebContents.
pinkerton@chromium.org
2009-02-03
3
-40
/
+426
*
Introduce UrlPattern. This is basically me resuming work on
aa@chromium.org
2009-02-02
5
-0
/
+398
*
Will the real BrowserProcessImpl please stand up?
beng@google.com
2009-02-01
2
-128
/
+122
*
More bustage fixes.
brettw@chromium.org
2009-02-01
2
-0
/
+2
*
Update the temp scaffolding stubs for my header change. It was pulling in the
brettw@chromium.org
2009-02-01
2
-0
/
+2
*
Add forgotted notification observer header.
brettw@chromium.org
2009-02-01
1
-0
/
+23
*
Remove most header file dependencies on the notification type list. It is
brettw@chromium.org
2009-02-01
17
-631
/
+681
*
Re-land this changelist to make BrowserInit work on Mac.
beng@google.com
2009-01-31
2
-79
/
+71
*
Move proxy resolve requests out of plugin/renderer process, and into the brow...
ericroman@google.com
2009-01-31
2
-1
/
+10
*
Port chrome_paths.cc to use FilePath.
tc@google.com
2009-01-31
1
-40
/
+44
*
Rollback 8998
beng@google.com
2009-01-31
2
-81
/
+79
*
Bring up BrowserInit on MacOS X.
beng@google.com
2009-01-30
2
-79
/
+81
*
Register .crx file handler to install Chrome extensions.
mpcomplete@google.com
2009-01-30
2
-0
/
+2
*
NTP twiddling for p13n
tim@chromium.org
2009-01-30
1
-0
/
+1
*
Correct sqlite wrapper behavior on systems where wchar_t is UTF-32,
phajdan.jr@chromium.org
2009-01-30
2
-41
/
+22
*
Add a stub IsPluginProcess so there are less #if defined(OS_WIN) in the code.
tc@google.com
2009-01-30
2
-7
/
+6
*
Provides the ability to write a unit test that brings up a browser. As
sky@google.com
2009-01-30
1
-1
/
+6
*
Fix a bunch of lint complaints in preparation to land issue 19046. Mostly for...
thestig@chromium.org
2009-01-30
2
-8
/
+8
*
fix build
tc@google.com
2009-01-29
1
-0
/
+1
*
Create a stub chrome executable that crashes when run.
tc@google.com
2009-01-29
2
-0
/
+14
*
Simple installation of extensions using chrome.exe --install-extensionChanged...
erikkay@google.com
2009-01-29
3
-0
/
+8
*
whut u meAn I sp3lld iT rong?
pinkerton@google.com
2009-01-29
1
-1
/
+1
*
Per Glen, remove the bottom border of maximized windows. I went ahead and al...
pkasting@chromium.org
2009-01-29
2
-10
/
+3
*
Provide the option for HTTPServer to be created with a specific
sky@google.com
2009-01-29
2
-2
/
+2
*
Fix our link madness on linux. We now properly link
tc@google.com
2009-01-29
3
-2
/
+24
*
hookup tabs to the model and handle new tab creation
pinkerton@google.com
2009-01-29
2
-8
/
+28
*
Fix issue 7146, sending large messages over IPC on POSIX was broken.
jeremy@chromium.org
2009-01-29
2
-7
/
+17
*
Re-land revision 8821 with the ui test fixed.
maruel@chromium.org
2009-01-29
1
-7
/
+1
*
Generate a proper file name when dragging an image from a
paulg@google.com
2009-01-29
1
-0
/
+2
*
Change URLRequest to use a ref-counted buffer for actual IO.
rvargas@google.com
2009-01-29
3
-9
/
+11
*
Rename temp_scaffolding_stubs.cpp to temp_scaffolding_stubs.cc.
tony@chromium.org
2009-01-29
1
-0
/
+0
*
Add thread checks to the IPC channel.
rvargas@google.com
2009-01-29
2
-0
/
+17
*
Roll back r8821
mark@chromium.org
2009-01-28
1
-1
/
+7
*
Porting profiles to the Mac.
avi@chromium.org
2009-01-28
4
-112
/
+108
*
Disconnect the "browser controlled printing" and always delegate the control ...
maruel@chromium.org
2009-01-28
1
-7
/
+1
*
Context menus for text selections in editable boxes and links should include ...
pkasting@chromium.org
2009-01-28
1
-58
/
+47
*
Write some basic RenderWidgetHost unittests for the more tricky behavior.
brettw@chromium.org
2009-01-28
1
-0
/
+8
*
Safe browsing cleanup:
estade@chromium.org
2009-01-28
4
-4
/
+25
*
More break fixes
jrg@chromium.org
2009-01-28
1
-1
/
+0
*
Move MessageWindow out into its own file. BrowserInit is now cross-platform-c...
ben@chromium.org
2009-01-27
1
-12
/
+14
*
POSIX: gfx::NativeViewId and CrossProcessEvent
agl@chromium.org
2009-01-27
3
-34
/
+60
*
Re-land this from earlier... unit tests no longer crash.
ben@chromium.org
2009-01-27
1
-5
/
+0
*
remove scaffolding mock of TabStripModel and replace it with the real deal. R...
pinkerton@google.com
2009-01-27
2
-32
/
+34
*
Roll forward 8722,8721
jeremy@chromium.org
2009-01-27
1
-0
/
+44
*
render_* work.
jrg@chromium.org
2009-01-27
1
-3
/
+24
*
Reverting 8722,8721.
maruel@chromium.org
2009-01-27
1
-44
/
+0
[next]