- 29 Apr, 2014 40 commits
-
-
edwardjung@chromium.org authored
+ Updated styling. + Add new incognito man illustration. + Simplify the copy. Remove the extensions block. BUG=356226 Review URL: https://codereview.chromium.org/208683007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266847 0039d316-1c4b-4281-b951-d872f2087c98
-
thestig@chromium.org authored
Review URL: https://codereview.chromium.org/257143003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266846 0039d316-1c4b-4281-b951-d872f2087c98
-
mcasas@chromium.org authored
Historically, QTKit had the camera resolutions limited to QVGA/VGA/HD due to some internal rescaling not respecting aspect ratio in those systems. AVFoundation has not shown such problems, to the best of the author's knowledge, and the limited resolutions prevent using all the camera's capabilities. This CL enables the use of all resolutions listed by the camera as supported. QTKit implementation remains untouched. Tested: Locally using C910 and Facetime HD alternatively. This CL solves the attached bugs 367668, 367670. [1] https://code.google.com/p/chromium/codesearch#chromium/src/media/video/capture/mac/video_capture_device_mac.mm&sq=package:chromium&l=189 BUG=288562, 367668, 367670 Review URL: https://codereview.chromium.org/258783007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266845 0039d316-1c4b-4281-b951-d872f2087c98
-
raymes@chromium.org authored
This removes unnecessary PDF dependencies from component_extension_resources.grd and browser_resources.grd. These particular files get flattened into the HTML and so are not needed in the grd files. BUG=363909 Review URL: https://codereview.chromium.org/251813008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266844 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266843 0039d316-1c4b-4281-b951-d872f2087c98
-
sungmann.cho@navercorp.com authored
BUG=254066 Review URL: https://codereview.chromium.org/255873003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266842 0039d316-1c4b-4281-b951-d872f2087c98
-
raymes@chromium.org authored
Update to eeff97614f65e0578529490d44d412032c3d7359. BUG=363909 TBR=arv@chromium.org Review URL: https://codereview.chromium.org/258253002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266841 0039d316-1c4b-4281-b951-d872f2087c98
-
jackhou@chromium.org authored
This enables file associations behind a flag in chrome://flags. This flag will be used in future for file associations on Windows and Linux. BUG=168080 Review URL: https://codereview.chromium.org/64803005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266840 0039d316-1c4b-4281-b951-d872f2087c98
-
tfarina@chromium.org authored
BUG=331299 TEST=None, no functional changes. Green trybots to make sure content_shell, content_unittests, content_browsertests still link. TBR=jochen@chromium.org Review URL: https://codereview.chromium.org/251263002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266839 0039d316-1c4b-4281-b951-d872f2087c98
-
kbr@chromium.org authored
BUG=368037 TBR=bajones@chromium.org Review URL: https://codereview.chromium.org/259173002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266838 0039d316-1c4b-4281-b951-d872f2087c98
-
machenbach@chromium.org authored
Revert of Allow BlobDataHandles to be copied, and have their UUIDs read, on any thread. (https://codereview.chromium.org/259773006/) Reason for revert: Causes leaks: http://build.chromium.org/p/chromium.memory/builders/Linux%20ASan%20LSan%20Tests%20%282%29/builds/2069 Original issue's description: > Allow BlobDataHandles to be copied, and have their UUIDs read, on any thread. > > BUG=108012 > > Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=266817 TBR=michaeln@chromium.org,ericu@chromium.org NOTREECHECKS=true NOTRY=true BUG=108012 Review URL: https://codereview.chromium.org/252163002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266837 0039d316-1c4b-4281-b951-d872f2087c98
-
tfarina@chromium.org authored
In Debug config: $ gn gen out/Debug_gn $ ninja -C out/Debug_gn ui_base In Release config: $ gn gen out/Release_gn --args='is_debug=false' $ ninja -C out/Release_gn ui_base BUG=None TEST=see above R=brettw@chromium.org TBR=ben Review URL: https://codereview.chromium.org/250823008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266836 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266835 0039d316-1c4b-4281-b951-d872f2087c98
-
thestig@chromium.org authored
r1319: Change PrintFunctions to print functions in address order. r1320: Linux: Check the CRC32 of the debug link file in the symbol dumper. r1321: Clean up common.gypi. Review URL: https://codereview.chromium.org/253783004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266834 0039d316-1c4b-4281-b951-d872f2087c98
-
machenbach@chromium.org authored
Revert of Implement argument validation for chrome.cast.channel.{open,send} (https://codereview.chromium.org/255443002/) Reason for revert: Causing leaks: http://build.chromium.org/p/chromium.memory/builders/Linux%20ASan%20LSan%20Tests%20%282%29/builds/2069 Original issue's description: > Implement argument validation for chrome.cast.channel.{open,send} > > TESTED=Unit test. Manually with Cast extension > BUG=331165 > > Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=266804 TBR=munjal@chromium.org,imcheng@chromium.org,mfoltz@chromium.org NOTREECHECKS=true NOTRY=true BUG=331165 Review URL: https://codereview.chromium.org/256333002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266833 0039d316-1c4b-4281-b951-d872f2087c98
-
machenbach@chromium.org authored
Revert of [Android] Reland "Provide unhandled tap event notifications" (https://codereview.chromium.org/256213002/) Reason for revert: The test TouchCursorInTextfieldTest is failing flakily on Linux ChromiumOS Tests (2): http://build.chromium.org/p/chromium.chromiumos/builders/Linux%20ChromiumOS%20Tests%20%282%29/builds/23460 The precondition CL crrev.com/218633008 also got previously reverted. Original issue's description: > [Android] Reland "Provide unhandled tap event notifications" > > Allow notifications of unhandled taps via the GestureStateListener. This change > makes GestureTap events blocking, but there are several use-cases for which this > will be necessary, e.g., WebView and contextual search. > > This was landed in r26143 and reverted in r261470 due to to a failure in > TouchEditableImplAuraTest.TouchCursorInTextfieldTest. The test has been fixed > and reviewed previously in crrev.com/218633008. > > BUG=355154 > TBR=sky@chromium.org > > Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=266732 TBR=jdduke@chromium.org NOTREECHECKS=true NOTRY=true BUG=355154 Review URL: https://codereview.chromium.org/259073005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266832 0039d316-1c4b-4281-b951-d872f2087c98
-
xiyuan@chromium.org authored
BUG=333979 Review URL: https://codereview.chromium.org/236203018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266831 0039d316-1c4b-4281-b951-d872f2087c98
-
rtenneti@chromium.org authored
+ Keep the .h in sync with the internal source tree. + Moved encrypter_ and decrypter_ back to local variables in the Box and Unbox methods. + Fixed comments from wtc in https://codereview.chromium.org/213473003/ R=wtc@chromium.org Review URL: https://codereview.chromium.org/257123002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266830 0039d316-1c4b-4281-b951-d872f2087c98
-
vabr@chromium.org authored
Test for functionality added in https://codereview.chromium.org/231283003/. This is done as a browser test. Previous attempt to make it a unit test was scratched in https://codereview.chromium.org/258473005/. R=isherman@chromium.org BUG=347927 Review URL: https://codereview.chromium.org/257803004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266829 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266828 0039d316-1c4b-4281-b951-d872f2087c98
-
eseidel@chromium.org authored
http://build.chromium.org/f/chromium/perf/dashboard/ui/changelog_blink.html?url=/trunk&range=172802:172818&mode=html TBR= BUG= Review URL: https://codereview.chromium.org/260073008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266827 0039d316-1c4b-4281-b951-d872f2087c98
-
groby@chromium.org authored
Bug marked as fixed, suppression never seen in http://chromium-build-logs.appspot.com/suppression_query NOTRY=true TBR=thestig@chromium.org BUG=301900 Review URL: https://codereview.chromium.org/253873006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266826 0039d316-1c4b-4281-b951-d872f2087c98
-
jyasskin@chromium.org authored
This saves the BrowserContext into the ServiceWorkerContextWrapper, and uses it when no process is available. We always choose a renderer process on the UI thread and take a reference to it before asking the renderer to start the SW thread. This also fixes a race where a process might die before we have a chance to use it. We'll probably need to thread more process IDs through in cases where there might not be a ProviderHost, but that can wait for a subsequent CL. BUG=359811,362060, 362058 Review URL: https://codereview.chromium.org/238043002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266825 0039d316-1c4b-4281-b951-d872f2087c98
-
thestig@chromium.org authored
PPAPI: Remove the PP_FontDescription_Dev version of GetFontFileWithFallback() from the pdf interface impl. Review URL: https://codereview.chromium.org/260153002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266824 0039d316-1c4b-4281-b951-d872f2087c98
-
thestig@chromium.org authored
BUG=224072 Review URL: https://codereview.chromium.org/251733006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266823 0039d316-1c4b-4281-b951-d872f2087c98
-
scherkus@chromium.org authored
While developing VideoFrameScheduler it became apparent that we no longer need to post tasks to notify the compositor as scheduling is already being done on the compositor thread. If there are no posted tasks, it also means we don't need to track dropped frames due to missed scheduler notifications. BUG=110814 Review URL: https://codereview.chromium.org/251733005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266822 0039d316-1c4b-4281-b951-d872f2087c98
-
zork@chromium.org authored
This specifies the viewer that will be used to render documents that are a supported MIME type for the extension. BUG=366409 Review URL: https://codereview.chromium.org/254503002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266821 0039d316-1c4b-4281-b951-d872f2087c98
-
limasdf@gmail.com authored
R=dewittj@chromium.org BUG=354046 Review URL: https://codereview.chromium.org/250733008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266820 0039d316-1c4b-4281-b951-d872f2087c98
-
kbr@chromium.org authored
This is a temporary workaround. The reason for the tab crashes should be investigated and fixed, since if it happens the context is lost early in a tab's lifetime, this bug will be triggered. BUG=365904,368107 TBR=bajones@chromium.org Review URL: https://codereview.chromium.org/252123003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266819 0039d316-1c4b-4281-b951-d872f2087c98
-
jbudorick@chromium.org authored
BUG=267773 Review URL: https://codereview.chromium.org/243403003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266818 0039d316-1c4b-4281-b951-d872f2087c98
-
ericu@chromium.org authored
BUG=108012 Review URL: https://codereview.chromium.org/259773006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266817 0039d316-1c4b-4281-b951-d872f2087c98
-
cpu@chromium.org authored
This is heading to m34 since we are not pushing more releases to it. BUG=349320 TBR=grt@chromium.org Review URL: https://codereview.chromium.org/260113003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266816 0039d316-1c4b-4281-b951-d872f2087c98
-
merkulova@chromium.org authored
BUG=297874 NOTRY=true Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=265905 Review URL: https://codereview.chromium.org/245013002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266815 0039d316-1c4b-4281-b951-d872f2087c98
-
yzshen@chromium.org authored
BUG=None TEST=None Review URL: https://codereview.chromium.org/209453003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266814 0039d316-1c4b-4281-b951-d872f2087c98
-
boliu@chromium.org authored
PictureLayerImpl::ReleaseResources calls set_needs_update_draw_properties, expecting as a result that if it is false again, that CalculateContentsScale is called in between. However this assumption is not true as CalculateDrawProperties can skip layers. Instead, also check should_update_tile_priorities_ which is set in CalculateContentsScale. BUG=358350 Review URL: https://codereview.chromium.org/258053011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266813 0039d316-1c4b-4281-b951-d872f2087c98
-
isherman@chromium.org authored
BUG=347247 TEST= (1) Start out with a brand new Chrome profile, that you've never signed into. (2) Navigate to https://chrome.google.com/webstore/category/collection/for_your_desktop (3) Click on an app (any app). (4) Click on the "+ Free" link to install the app. At this point, you should be automatically navigated to a sign-in URL. That URL should be hosted on chrome://chrome-signin/, *not* on https://accounts.google.com/ServiceLogin R=guohui@chromium.org Review URL: https://codereview.chromium.org/196783002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266812 0039d316-1c4b-4281-b951-d872f2087c98
-
nhiroki@chromium.org authored
BUG=none TEST=content_unittests --gtest_filter=ServiceWorkerDatabase.* (with valgrind) TBR=michaeln@chromium.org Review URL: https://codereview.chromium.org/253103003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266811 0039d316-1c4b-4281-b951-d872f2087c98
-
wjywbs@gmail.com authored
If there's only 1 tab and the tab is NTP, close this NTP tab and open all startup urls in new tabs, because the omnibar will stay focused if we load url in NTP tab. R=asvitkine@chromium.org,viettrungluu@chromium.org,thakis@chromium.org TBR=sergeyberezin@chromium.org BUG=43520 Review URL: https://codereview.chromium.org/240273002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266810 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266808 0039d316-1c4b-4281-b951-d872f2087c98
-
brettw@chromium.org authored
This is to get a BUILD.gn file formatting fix. BUG=368019 Review URL: https://codereview.chromium.org/253033002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266807 0039d316-1c4b-4281-b951-d872f2087c98
-