- 29 Jul, 2010 14 commits
-
-
thestig@chromium.org authored
BUG=none TEST=none Review URL: http://codereview.chromium.org/3040016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@54101 0039d316-1c4b-4281-b951-d872f2087c98
-
akalin@chromium.org authored
Made ChromeUrlRequestContext handle multiple extension unloaded notifications gracefully. BUG=50567 TEST=manual (see repro in bug) Review URL: http://codereview.chromium.org/2819072 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@54100 0039d316-1c4b-4281-b951-d872f2087c98
-
victorw@chromium.org authored
TBR=jorlow TEST=none BUG=none git-svn-id: svn://svn.chromium.org/chrome/trunk/src@54099 0039d316-1c4b-4281-b951-d872f2087c98
-
viettrungluu@chromium.org authored
1. Move InitializeSSL() into platform-specific files and eliminate #ifdef. 2. Add some instructions on how to add code to BrowserMain(). BUG=none TEST=everything still works Review URL: http://codereview.chromium.org/3073008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@54098 0039d316-1c4b-4281-b951-d872f2087c98
-
victorw@chromium.org authored
TBR=jorlow TEST=none BUG=none git-svn-id: svn://svn.chromium.org/chrome/trunk/src@54096 0039d316-1c4b-4281-b951-d872f2087c98
-
rohitrao@chromium.org authored
BUG=none TEST=Set Chrome to "open windows and tabs from last time", then run with --kiosk. Should start in kiosk mode (fullscreen, no status bubble). Review URL: http://codereview.chromium.org/3061026 TBR=pkasting@chromium.org Review URL: http://codereview.chromium.org/3012031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@54095 0039d316-1c4b-4281-b951-d872f2087c98
-
rohitrao@chromium.org authored
BUG=none TEST=none Review URL: http://codereview.chromium.org/3015026 TBR=dtseng@chromium.org Review URL: http://codereview.chromium.org/3046031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@54093 0039d316-1c4b-4281-b951-d872f2087c98
-
fbarchard@chromium.org authored
BUG=none TEST=XP Perf memory should pass. bss of avcodec-52.dll should be 303536 Review URL: http://codereview.chromium.org/3082002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@54086 0039d316-1c4b-4281-b951-d872f2087c98
-
evan@chromium.org authored
Revert "This tool demonstrates the use of the Media Foundation H.264 decoder as a standalone Media Foundation Transform (MFT). See README for more information." This reverts commit r54078, due to link failures. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@54084 0039d316-1c4b-4281-b951-d872f2087c98
-
ajwong@chromium.org authored
For some reason, the ARM g++ thinks that comparing a pointer to a class method against NULL is using NULL for arithemtic. Switching to compare against 0 makes this go away. TODO added to investigate what is going on. Original Review URL: http://codereview.chromium.org/3064009 TBR: hclam@chromium.org BUG=50248 TEST=reproed locally with CodeSourcery g++ and verified change fixed things. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@54083 0039d316-1c4b-4281-b951-d872f2087c98
-
bryner@chromium.org authored
PhishingDOMFeatureExtractor iterates over the page elements and computes a number of features. To avoid blocking the renderer for too long, the extractor may run in several chunks of works, posting a task to continue processing if necessary. This CL only includes the feature extraction itself. I will add the logic to cap the time per iteration in a follow-up CL. BUG=none TEST=PhishingDOMFeatureExtractorTest Review URL: http://codereview.chromium.org/2878046 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@54082 0039d316-1c4b-4281-b951-d872f2087c98
-
jhawkins@chromium.org authored
BUG=50583 TEST=none Review URL: http://codereview.chromium.org/3057017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@54081 0039d316-1c4b-4281-b951-d872f2087c98
-
imcheng@chromium.org authored
This tool demonstrates the use of the Media Foundation H.264 decoder as a standalone Media Foundation Transform (MFT). See README for more information. Review URL: http://codereview.chromium.org/3044019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@54078 0039d316-1c4b-4281-b951-d872f2087c98
-
michaeln@chromium.org authored
Add SimpleResourceLoaderBridge::GetIoThread(), so it's possible to run tasks in the IO thread when using SimpleResourceLoaderBridge. This is a clone of http://codereview.chromium.org/3007015/show Contributed by: bmcquade@google.com BUG=none TEST=none TBR=rvargas Review URL: http://codereview.chromium.org/2806084 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@54077 0039d316-1c4b-4281-b951-d872f2087c98
-
- 28 Jul, 2010 26 commits
-
-
victorw@chromium.org authored
TBR=jorlow TEST=none BUG=none git-svn-id: svn://svn.chromium.org/chrome/trunk/src@54076 0039d316-1c4b-4281-b951-d872f2087c98
-
pkasting@chromium.org authored
Fix strange colors on scrollbars when using classic theme on XP. This is a port of the fix from pepper v1 to pepper v2. BUG=49819 TEST=Scrollbars on XP don't look bizarre git-svn-id: svn://svn.chromium.org/chrome/trunk/src@54075 0039d316-1c4b-4281-b951-d872f2087c98
-
dtseng@chromium.org authored
BUG=none TEST=none Review URL: http://codereview.chromium.org/3015026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@54074 0039d316-1c4b-4281-b951-d872f2087c98
-
pkasting@chromium.org authored
BUG=none TEST=Set Chrome to "open windows and tabs from last time", then run with --kiosk. Should start in kiosk mode (fullscreen, no status bubble). Review URL: http://codereview.chromium.org/3061026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@54073 0039d316-1c4b-4281-b951-d872f2087c98
-
evan@chromium.org authored
We must pass shell=True on Windows for all subprocess module functions to get PATH expansion for finding git. This is commented in the first call to a subprocess function, so don't duplicate that comment elsewhere. Review URL: http://codereview.chromium.org/3067015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@54072 0039d316-1c4b-4281-b951-d872f2087c98
-
sergeyu@chromium.org authored
TEST=register_host.py registers host successfully BUG=None Review URL: http://codereview.chromium.org/3048036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@54070 0039d316-1c4b-4281-b951-d872f2087c98
-
evan@chromium.org authored
This DCHECK sometimes fails on the bots; seeing the failing values may help us diagnose the problem. BUG=50556 Review URL: http://codereview.chromium.org/3068010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@54069 0039d316-1c4b-4281-b951-d872f2087c98
-
jhawkins@chromium.org authored
BUG=50579 TEST=none Review URL: http://codereview.chromium.org/3053022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@54068 0039d316-1c4b-4281-b951-d872f2087c98
-
sargrass@google.com authored
Review URL: http://codereview.chromium.org/3052022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@54067 0039d316-1c4b-4281-b951-d872f2087c98
-
luchen@google.com authored
Review URL: http://codereview.chromium.org/3047021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@54060 0039d316-1c4b-4281-b951-d872f2087c98
-
apatrick@chromium.org authored
This was necessary because the Windows expand utility preserves the modification time from the archive. This lead to the extract_d3dx9 action firing repeatedly because the action output was older than the input. TEST=try BUG=none Review URL: http://codereview.chromium.org/3067008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@54058 0039d316-1c4b-4281-b951-d872f2087c98
-
sargrass@google.com authored
Review URL: http://codereview.chromium.org/3069008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@54056 0039d316-1c4b-4281-b951-d872f2087c98
-
vrk@google.com authored
Crash was because of inconsistent state caused by threading issues. The state of the buffer bar isn't so critical to need to be 100% accurate at all times, so this is fixed by capping the buffered_bytes_ and current_bytes to always be at legal values. BUG=49870 TEST=media_unittests TBR=hclam Review URL: http://codereview.chromium.org/3045021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@54055 0039d316-1c4b-4281-b951-d872f2087c98
-
rohitrao@chromium.org authored
BUG=50537 TEST=Should not crash on official builds. Review URL: http://codereview.chromium.org/3032034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@54054 0039d316-1c4b-4281-b951-d872f2087c98
-
fbarchard@chromium.org authored
Includes fix for XP Perf by reducing webm library size by 1.6 MB BUG=48037,50507 TEST=XP Perf and layout tests should pass Review URL: http://codereview.chromium.org/3030024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@54053 0039d316-1c4b-4281-b951-d872f2087c98
-
jhawkins@chromium.org authored
billing suggestions. BUG=50080 TEST=none Review URL: http://codereview.chromium.org/3071003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@54052 0039d316-1c4b-4281-b951-d872f2087c98
-
victorw@chromium.org authored
TBR=jorlow TEST=none BUG=none git-svn-id: svn://svn.chromium.org/chrome/trunk/src@54051 0039d316-1c4b-4281-b951-d872f2087c98
-
pkasting@chromium.org authored
BUG=50107 TEST=none Review URL: http://codereview.chromium.org/3033036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@54049 0039d316-1c4b-4281-b951-d872f2087c98
-
pkasting@chromium.org authored
BUG=50107 TEST=none Review URL: http://codereview.chromium.org/3067011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@54048 0039d316-1c4b-4281-b951-d872f2087c98
-
nick@chromium.org authored
BUG=50334,50335,50336,50347,50348,50349 TEST=None Review URL: http://codereview.chromium.org/3067014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@54047 0039d316-1c4b-4281-b951-d872f2087c98
-
mirandac@google.com authored
BUG= 50072 TEST= no tips on NTP. Review URL: http://codereview.chromium.org/3033032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@54045 0039d316-1c4b-4281-b951-d872f2087c98
-
jar@chromium.org authored
With this change, both preconnection and preresolution are enabled when the --enable-preconnection flag is turned on. I'm expecting to enable this feature by default soon, so as to better tune the parameters. BUG=42694 r=mbelshe Review URL: http://codereview.chromium.org/3032014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@54044 0039d316-1c4b-4281-b951-d872f2087c98
-
evan@chromium.org authored
This reverts commit r54032, due to compile failure. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@54041 0039d316-1c4b-4281-b951-d872f2087c98
-
agl@chromium.org authored
(Code moved in r53967. Valgrind error is a false positive.) http://codereview.chromium.org/2832092 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@54040 0039d316-1c4b-4281-b951-d872f2087c98
-
sargrass@google.com authored
BUG=48883 TEST=Exercise Personal Stuff page via --enabled-tabbed-options Review URL: http://codereview.chromium.org/3038016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@54032 0039d316-1c4b-4281-b951-d872f2087c98
-
stuartmorgan@chromium.org authored
Hooks up display of startup pages, removal of pages, and setting the startup pages to the currently open tabs. Uses a select for now, but will eventually be replaced with a List so the favicons can be displayed. BUG=48713 TEST=Startup pages can be viewed, removed, and set to current in DOMUI prefs. Review URL: http://codereview.chromium.org/3046025 TBR=stuartmorgan@chromium.org Review URL: http://codereview.chromium.org/3058018 TBR=stuartmorgan@chromium.org Review URL: http://codereview.chromium.org/3032035 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@54031 0039d316-1c4b-4281-b951-d872f2087c98
-