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
/
chrome.gyp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move scoped_vector.h and stl_util-inl.h to base/
ben@chromium.org
2009-05-05
1
-2
/
+0
*
Bustage fix - forgot to merge this over onto my windows machine from my linux...
ben@chromium.org
2009-05-05
1
-0
/
+7
*
Adds toplevel app/ directory and moves ResourceBundle into it.
ben@chromium.org
2009-05-05
1
-5
/
+33
*
Linux: enable omni box ui test and automation proxy ui test.
estade@chromium.org
2009-05-05
1
-3
/
+0
*
Port the folder selector portion of the BookmarkEditor to GTK.
erg@google.com
2009-05-05
1
-0
/
+3
*
Specify all the outputs of theme_resources.grd-- it outputs
tc@google.com
2009-05-04
1
-1
/
+36
*
Replace all occurrances of WebContents with TabContents.
brettw@chromium.org
2009-05-04
1
-2
/
+0
*
Fix a bug in session restore on linux/mac. We were pickling the
tc@google.com
2009-05-01
1
-4
/
+0
*
This is the first part of the PageAction implementation. More work is require...
finnur@chromium.org
2009-05-01
1
-0
/
+4
*
Pass down the opener tab when a message channel is opened to an extension.
mpcomplete@google.com
2009-05-01
1
-0
/
+1
*
Fix make build by making sure .pak files are listed as outputs of grd files.
tc@google.com
2009-05-01
1
-19
/
+64
*
Replace window.external with a v8::extension.
mbelshe@google.com
2009-05-01
1
-2
/
+2
*
chrome.gyp updates:
sgk@google.com
2009-05-01
1
-11
/
+104
*
Code coverage improvements.
jrg@chromium.org
2009-04-30
1
-3
/
+12
*
Fix the web inspector on linux.
tc@google.com
2009-04-30
1
-0
/
+1
*
Implement ID persistence for bookmarks:
munjal@chromium.org
2009-04-30
1
-0
/
+2
*
Add a very basic preferences window controller with unit test. Fix the prefs ...
pinkerton@chromium.org
2009-04-30
1
-0
/
+3
*
Initial prefs window xib from Cole. Hook the menu up to (empty) code. Use sco...
pinkerton@chromium.org
2009-04-30
1
-0
/
+1
*
Implement a mostly working InfoBubble with a shim BookmarkBubble.
deanm@chromium.org
2009-04-30
1
-2
/
+6
*
Make task_manager_resource_providers.cc compile on POSIX.
phajdan.jr@chromium.org
2009-04-30
1
-1
/
+0
*
Refactor ExtensionView to support a UI-less extension instance.
mpcomplete@google.com
2009-04-29
1
-0
/
+2
*
Add new files to the gyp configuration:
sgk@google.com
2009-04-29
1
-0
/
+3
*
Buffered data source that does range request to provide data to media pipeline
hclam@chromium.org
2009-04-29
1
-0
/
+2
*
Create a bookmark editor dialog interface and implement a GTK version.
erg@google.com
2009-04-28
1
-0
/
+3
*
New close box images.
pinkerton@chromium.org
2009-04-28
1
-0
/
+3
*
Unittest for FindBarBridge.
rohitrao@chromium.org
2009-04-28
1
-0
/
+1
*
ImportantFileWriter
phajdan.jr@chromium.org
2009-04-28
1
-0
/
+3
*
POSIX: don't spawn zombies.
agl@chromium.org
2009-04-28
1
-2
/
+2
*
Port another UI test file. Disable tests that still need to be ported.
tc@google.com
2009-04-27
1
-1
/
+0
*
Revert r14620 which was a rollback of r14549 and r14508. This
tc@google.com
2009-04-27
1
-1
/
+1
*
Add quarantine metadata to downloads on the Mac. Patch by Stuart Morgan
mark@chromium.org
2009-04-27
1
-0
/
+2
*
Changes to get multi-process plug-in scaffolding building on Mac.
pinkerton@chromium.org
2009-04-27
1
-76
/
+57
*
Speculatively roll back r14549 and r14508. The chrome browser
tc@google.com
2009-04-27
1
-1
/
+1
*
Add a stub test for TabStripController. It doesn't fully work because of issues
pinkerton@chromium.org
2009-04-27
1
-0
/
+1
*
Enable dom_ui unit test on Linux.
phajdan.jr@chromium.org
2009-04-27
1
-2
/
+0
*
Add basic unit tests for TaskManager.
phajdan.jr@chromium.org
2009-04-27
1
-0
/
+2
*
Catch up chrome.gyp with recent additions:
sgk@google.com
2009-04-25
1
-8
/
+58
*
Port unload_uitest.cc and enable some of the tests on linux.
estade@chromium.org
2009-04-24
1
-1
/
+1
*
Revert "POSIX: Don't spawn zombies." (r14488)
agl@chromium.org
2009-04-24
1
-2
/
+2
*
POSIX: Don't spawn zombies.
agl@chromium.org
2009-04-24
1
-2
/
+2
*
Create an about dialog for GTK Chromium.
erg@google.com
2009-04-24
1
-0
/
+2
*
First cut at adding a map between strings names and resource ids.
tc@google.com
2009-04-24
1
-0
/
+6
*
Unittest for FindBarCocoaController.
rohitrao@chromium.org
2009-04-24
1
-0
/
+1
*
Try 14398 again, with Mac fix.
abarth@chromium.org
2009-04-24
1
-4
/
+4
*
Port and enable most of TabRestoreUITest on linux.
estade@chromium.org
2009-04-24
1
-1
/
+1
*
Adds (non-working) folders and GTK dialogs.
erg@google.com
2009-04-23
1
-2
/
+3
*
linux (and some posix): multiprocess plugins compiling.
evan@chromium.org
2009-04-23
1
-6
/
+21
*
Create a ChromeProcessUtil for the Mac, and enable it in the tests.
avi@google.com
2009-04-23
1
-2
/
+0
*
Fix problem with bookmark bar introduced by window sharing; pref
jrg@chromium.org
2009-04-23
1
-3
/
+1
*
Add pref_service_unittest.cc on Mac.
shess@chromium.org
2009-04-22
1
-1
/
+0
[next]