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
*
Add pinyin input method DOM UI option skeleton. Fill in the contents in later...
satorux@chromium.org
2010-07-23
7
-0
/
+60
*
Coverity: Fix a collection of uninitialized member variables, mostly in exten...
finnur@chromium.org
2010-07-23
8
-16
/
+28
*
Resources for http://codereview.chromium.org/2883033
dpolukhin@chromium.org
2010-07-23
8
-1
/
+22
*
Load preferred languages from user preferences.
satorux@chromium.org
2010-07-23
5
-12
/
+133
*
Change the ProxyConfigService interface to be asynchronous, and support obser...
eroman@chromium.org
2010-07-23
1
-3
/
+5
*
Fix DOMUI options for Chromium OS.
satorux@chromium.org
2010-07-23
1
-2
/
+2
*
Replace tabs with spaces.
hbono@chromium.org
2010-07-23
2
-4
/
+4
*
Update chrome/common/DEPS now that we broke the dependency on chrome/app.
thestig@chromium.org
2010-07-23
1
-1
/
+0
*
Random bits of header and whitespace cleanup.
thestig@chromium.org
2010-07-23
3
-9
/
+14
*
file_util: Get rid of the deprecated UpOneDirectory function.
tfarina@chromium.org
2010-07-23
3
-12
/
+13
*
Implement the 'Clear Browser Data' dom-ui overlay.
csilv@chromium.org
2010-07-23
8
-12
/
+257
*
Moving Encoder and Decoder to remoting/base
hclam@chromium.org
2010-07-23
2
-2
/
+2
*
Refactoring sync startup code in ProfileSyncServiceTestHarness
rsimha@chromium.org
2010-07-23
2
-11
/
+25
*
Revert "Add the actual data being read to the OnBytesRead callback."
phajdan.jr@chromium.org
2010-07-22
4
-8
/
+6
*
AutoFill: Initialize |user_submitted_| a few more places.
jhawkins@chromium.org
2010-07-22
1
-0
/
+5
*
This CL creates a new class AutofillHelper that factors out the autofill rela...
jcivelli@google.com
2010-07-22
7
-249
/
+441
*
Show an error update engine status for all unknown states.
petkov@chromium.org
2010-07-22
1
-4
/
+3
*
Fixes bug in windows autofill address editor not using the correct
sky@chromium.org
2010-07-22
2
-13
/
+29
*
When the user cancels the sync setup, it should not cause an unrecoverable er...
johnnyg@chromium.org
2010-07-22
1
-0
/
+1
*
Net: Get rid of ProxyServer::host_and_port() and friends.
thestig@chromium.org
2010-07-22
1
-2
/
+2
*
Change to (quieter) NOTREACHED() rather than (noisy) LOG(DFATAL)
jar@chromium.org
2010-07-22
1
-9
/
+9
*
AutoFill memory exception when deleting text from a filled form
dhollowa@chromium.org
2010-07-22
1
-8
/
+13
*
Makes the auto fill editor on linux only enable the ok button if at
sky@chromium.org
2010-07-22
1
-8
/
+113
*
Browser tests: Fix the --single_process flag for Windows.
rvargas@google.com
2010-07-22
1
-1
/
+2
*
Remove unnecessary EXTERN_C_BEGIN and EXTERN_C_END
gregoryd@google.com
2010-07-22
1
-2
/
+0
*
Continual header pruning
erg@google.com
2010-07-22
9
-204
/
+235
*
AutoFill Mac fails to fill Address Book card data
dhollowa@chromium.org
2010-07-22
4
-18
/
+40
*
Add toolkit for personal stuff filter
sargrass@google.com
2010-07-22
11
-36
/
+339
*
Disble loading window icons for chromeos.
oshima@chromium.org
2010-07-22
1
-1
/
+4
*
AutoFill: Initialize form.user_submitted a few more places in the tests to
jhawkins@chromium.org
2010-07-22
1
-0
/
+3
*
Few TranslateManager changes:
jcivelli@chromium.org
2010-07-22
10
-32
/
+63
*
Reverting 53376
bradnelson@google.com
2010-07-22
5
-751
/
+81
*
Pepper stream-to-file plumbing.
darin@chromium.org
2010-07-22
7
-11
/
+34
*
Move blacklisting and pinned URLs from MostVisitedURLs to TopSites.
nshkrob@chromium.org
2010-07-22
5
-81
/
+751
*
Delete the only sync DB test we've been running. We need to replace
dumi@chromium.org
2010-07-22
1
-5
/
+0
*
Fix a segfault in DeleteNotifications test caused by an invalid C-cast.
nshkrob@chromium.org
2010-07-22
1
-8
/
+8
*
Makes the auto fill editor on windows only enable the ok button if at
sky@chromium.org
2010-07-22
2
-13
/
+42
*
Sometimes pulseaudio is restarted if system goes into hibernation or sleep an...
davej@chromium.org
2010-07-22
4
-89
/
+114
*
Coverity: Check the return of GetTabId before using it.
finnur@chromium.org
2010-07-22
1
-7
/
+7
*
AutoFill: Initialize |succeeded_| in the AutoFillXmlParser constructor.
jhawkins@chromium.org
2010-07-22
1
-1
/
+2
*
Coverity 8521: Uninitialized member vars in FormStructure.
finnur@chromium.org
2010-07-22
1
-0
/
+3
*
AutoFill: Always check the result of FormField::Add().
jhawkins@chromium.org
2010-07-22
1
-3
/
+4
*
Revert 53342 - Switch back to disabling Core Animation for Flash (for branch ...
stuartmorgan@chromium.org
2010-07-22
4
-10
/
+10
*
AutoFill: Record whether the user initiated the form submission and don't sav...
jhawkins@chromium.org
2010-07-22
5
-0
/
+11
*
Adding ASSERT to avoid crash if GetDictionary fails to find value. Also fixed...
finnur@chromium.org
2010-07-22
1
-19
/
+19
*
Use the data-values attribute in Hangul options dialog and delete the corresp...
mazda@chromium.org
2010-07-22
3
-35
/
+7
*
Some first run fixes:
mirandac@google.com
2010-07-22
3
-61
/
+80
*
Switch back to disabling Core Animation for Flash (for branch merge).
stuartmorgan@chromium.org
2010-07-22
4
-10
/
+10
*
Revert 53333 - Make NaCl/Chromium startup interface easier to maintain
danno@chromium.org
2010-07-22
4
-11
/
+204
*
Make NaCl/Chromium startup interface easier to maintain
mseaborn@chromium.org
2010-07-22
4
-204
/
+11
[next]