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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Do some cleanup of file path name handling.
brettw@chromium.org
2009-10-22
7
-34
/
+30
*
Fix for issue 18228.
xiyuan@chromium.org
2009-10-22
4
-1
/
+11
*
Refactor security-icon code to a more general form, also more consistent with
pamg@google.com
2009-10-22
11
-132
/
+319
*
Support for chrome.browserAction.setIcon(imageData) on linux.
rafaelw@chromium.org
2009-10-22
1
-18
/
+30
*
Re-enabling worker fast tests (doing a more surgical disabling of just a sing...
atwilson@chromium.org
2009-10-22
1
-7
/
+9
*
Ensure OK is only enabled when there is text in the text field for folders an...
pinkerton@chromium.org
2009-10-22
4
-5
/
+73
*
Fix profile_sync_service_unittest.cc to build on Mac and Linux
zork@chromium.org
2009-10-22
1
-59
/
+60
*
After recent changes (handle passing and RNG) Native Client tests run success...
gregoryd@google.com
2009-10-22
2
-4
/
+1
*
Fix a couple gtk file chooser crashers.
estade@chromium.org
2009-10-22
1
-7
/
+13
*
Loading local resources uses improved fallback algorithm.
cira@chromium.org
2009-10-22
5
-48
/
+94
*
Remove old migration code, as users should have been migrated by now.
evan@chromium.org
2009-10-22
1
-9
/
+1
*
GTK: Check for null in bookmark bar drag received handler
estade@chromium.org
2009-10-22
1
-0
/
+2
*
Enable System Context Menu for linux views.
oshima@chromium.org
2009-10-22
10
-19
/
+42
*
Fix renderer hang if plugin process crashes while initializing a plugin.
jam@chromium.org
2009-10-22
7
-20
/
+33
*
Clear up the "-full" Omaha ap key value left by the mini_installer when runni...
robertshield@chromium.org
2009-10-22
2
-0
/
+37
*
Adjust flakiness settings to match the adjustments I made to the tests.
johnnyg@chromium.org
2009-10-22
1
-6
/
+10
*
A few more #ifdefs for platform-specific behaviors to port this test to mac.
mark@chromium.org
2009-10-22
2
-53
/
+79
*
Reverting 29783.
johnnyg@chromium.org
2009-10-22
4
-169
/
+2
*
Webkit roll 49926:49941
johnnyg@chromium.org
2009-10-22
1
-12
/
+12
*
ARGB -> RGBA (in the docs)
kathyw@google.com
2009-10-22
3
-6
/
+6
*
Add a list of tests to archive on Linux.
thestig@chromium.org
2009-10-22
1
-0
/
+2
*
GTK: add browser actions popups.
estade@chromium.org
2009-10-22
9
-13
/
+198
*
Hook up the browser in the bookmark editor. Adjust the logic controlling the ...
pinkerton@chromium.org
2009-10-22
4
-68
/
+396
*
Swaps renderer processes on links with rel=noreferrer and target=_blank.
creis@google.com
2009-10-22
4
-2
/
+169
*
Add support for IMC handle passing in Chrome sandbox
gregoryd@google.com
2009-10-22
6
-19
/
+20
*
Make PNGCodec::Decode(...) not make an intermediary copy of the decoded data;
erg@google.com
2009-10-22
9
-35
/
+25
*
Lands http://codereview.chromium.org/306039 for Sean:
sky@chromium.org
2009-10-22
4
-12
/
+65
*
The detached bookmark bar should not show on interstitials.
jcampan@chromium.org
2009-10-22
1
-0
/
+3
*
Changes the initialization of enabling the reporting metrics to initialize fr...
gwilson@google.com
2009-10-22
1
-3
/
+2
*
Updating trunk VERSION from 224.1 to 224.2
chrome-bot@google.com
2009-10-22
1
-1
/
+1
*
Add NTP to the sidenav.
kathyw@google.com
2009-10-22
31
-0
/
+31
*
Add doc for New Tab Page.
kathyw@google.com
2009-10-22
4
-0
/
+500
*
Introduce WebSecurityPolicy for security related methods.
mhm@chromium.org
2009-10-22
2
-5
/
+9
*
Revert 29747 - Switch over to the new way of enabling/disabling session/local...
nsylvain@chromium.org
2009-10-22
4
-7
/
+4
*
Minor adjustments to the fonts on the management page (less squished and more...
finnur@chromium.org
2009-10-22
1
-12
/
+16
*
Switch over to the new way of enabling/disabling session/local storage.
jorlow@chromium.org
2009-10-22
4
-4
/
+7
*
Mac: Enable help when there are no windows.
viettrungluu@chromium.org
2009-10-22
3
-2
/
+21
*
[Mac] Cmd-Return in the omnibox should revert the omnibox text back to its or...
rohitrao@chromium.org
2009-10-22
3
-12
/
+29
*
Expand the options for how FLIP runs. The GFE team needs
mbelshe@google.com
2009-10-21
1
-1
/
+3
*
Don't call chrome.initExtension if we already called it.
mpcomplete@chromium.org
2009-10-21
1
-2
/
+4
*
Coverity: Convert dll_path_ to a std::wstring. This avoids having dll_path_ ...
jhawkins@chromium.org
2009-10-21
5
-16
/
+20
*
[Mac] Simplify field editor code which tracks whether editor rect changed.
shess@chromium.org
2009-10-21
5
-312
/
+67
*
Re-enable the paint_center option in ImagePainter.
johnnyg@chromium.org
2009-10-21
1
-1
/
+2
*
Create an initial Chrome page for file browsing. This just implements the
brettw@chromium.org
2009-10-21
8
-0
/
+399
*
GTK: add checkbox to external protocol dialog.
estade@chromium.org
2009-10-21
2
-13
/
+48
*
Rename AutofillManager to FormFieldHistoryManager to better reflect the purpo...
jhawkins@chromium.org
2009-10-21
7
-13
/
+212
*
Coverity: Pass strings by reference.
jhawkins@chromium.org
2009-10-21
2
-4
/
+4
*
Copyedit of pageAction.html. Also some bracket fixes to manifest.html.
kathyw@google.com
2009-10-21
4
-110
/
+154
*
The Management UI now fetches the icon for each extension
finnur@chromium.org
2009-10-21
7
-7
/
+30
*
Gets status bubbles on views/gtk to correctly track when the parent
sky@chromium.org
2009-10-21
5
-3
/
+51
[next]