- 10 Aug, 2013 40 commits
-
-
skuhne@chromium.org authored
BUG=235217 TEST=visual Review URL: https://chromiumcodereview.appspot.com/22715006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@216866 0039d316-1c4b-4281-b951-d872f2087c98
-
harrym@chromium.org authored
Overflow Button updated to use Rotated image on side shelf. Overflow Button background changed to match app list background in alternate shelf layout. BUG=265661, 265662, 163000 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=216531 Review URL: https://chromiumcodereview.appspot.com/22527003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@216865 0039d316-1c4b-4281-b951-d872f2087c98
-
boliu@chromium.org authored
Make StreamTextureFactory and StreamTextureProxy abstract base classes, and create a stub StreamTextureFactory for Android Webview using synchronous compositor. This provides enough plumbing to make full screen video work in Android WebView. In-page video still requires the in-process context to support streaming texture manager. BUG=239760 Review URL: https://chromiumcodereview.appspot.com/22766004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@216864 0039d316-1c4b-4281-b951-d872f2087c98
-
tonyg@chromium.org authored
BUG=None Review URL: https://chromiumcodereview.appspot.com/22763002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@216863 0039d316-1c4b-4281-b951-d872f2087c98
-
palmer@chromium.org authored
BUG=270342 TEST=On ChromeOS and Android, PDF downloads should not trigger the "is dangerous" warning. Review URL: https://chromiumcodereview.appspot.com/22761003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@216862 0039d316-1c4b-4281-b951-d872f2087c98
-
ppi@chromium.org authored
This patch fixes naming of member variables (s/mVariable/sVariable) and lowers visibility of some members in ChildProcessLauncher. BUG=None Review URL: https://chromiumcodereview.appspot.com/22735002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@216861 0039d316-1c4b-4281-b951-d872f2087c98
-
tfarina@chromium.org authored
To test this new feature one can do the following: On chrome, open the "Import Bookmarks and Settings..." dialog, you can do this by three ways, one is to navigate to chrome://settings/importData, another is to open chrome://settings (either through wrench menu or navigating to it through omnibox) and then under the Users category click on "Import Bookmarks..." button to open the dialog. The third way to open this dialog is Wrench->Bookmarks->Import Bookmarks and Settings...". Once the dialog is opened, open the "From" combobox and select "Bookmarks HTML File" item. That should uncheck and disable all the checkboxes but "Favorites/Bookmarks" and present a "Choose file" button in the place where "Import" button was. Click on that new button and select your bookmarks html file, once you do that the import process should start, and if you file is ok, chrome should import and present you with a success message. BUG=80685 R=dbeam@chromium.org, isherman@chromium.org Review URL: https://codereview.chromium.org/22332003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@216860 0039d316-1c4b-4281-b951-d872f2087c98
-
fdoray@chromium.org authored
When the user wanted to "Choose what to sync" in an explicit sign in, the sync setup page was displayed in the active tab at the end of the sign in process (except for "Sign in" initiated from the Settings page). However, the user can change the active tab before that happens. With this fix, the sync setup page is loaded in the same tab as the sign in flow. If the sign in tab has been closed, a new tab is created. The sync setup tab is also activated if it's not already. TEST= 1. Open Chrome with a clean profile. 2. Sign in from the NTP, hot-dog menu or startup promo. Check "Choose what to sync". 3. After clicking on 'Submit', immediately navigate to some other tab. Expected result: The sync setup page is loaded in the sign in tab and this tab is activated. BUG=242428 Review URL: https://chromiumcodereview.appspot.com/22510004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@216859 0039d316-1c4b-4281-b951-d872f2087c98
-
harrym@chromium.org authored
BUG= TBR=jamescook@chromium.org Review URL: https://chromiumcodereview.appspot.com/22493014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@216858 0039d316-1c4b-4281-b951-d872f2087c98
-
mkosiba@chromium.org authored
This updates the testTargetDensityDpi test expectations as a result of http://crrev.com/22574004 being rolled in. BUG=None TEST=AndroidWebViewTest Review URL: https://chromiumcodereview.appspot.com/22493011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@216857 0039d316-1c4b-4281-b951-d872f2087c98
-
qyearsley@chromium.org authored
BUG= Review URL: https://chromiumcodereview.appspot.com/22492004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@216856 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@216855 0039d316-1c4b-4281-b951-d872f2087c98
-
eseidel@chromium.org authored
http://build.chromium.org/f/chromium/perf/dashboard/ui/changelog_blink.html?url=/trunk&range=155840:155898&mode=html TBR= BUG= Review URL: https://chromiumcodereview.appspot.com/22418004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@216854 0039d316-1c4b-4281-b951-d872f2087c98
-
nyquist@chromium.org authored
Sending the ACK for for editor-related changes not originating from browser uses a ScopedClosureRunner. However, since this was defined within an if-block, the scope ended immediately. This changes it to have a scope of the whole method, and instead releasing it early if we are not supposed to send the ACK. BUG=145521, 230848, 172845, 248544, 235704 Review URL: https://chromiumcodereview.appspot.com/22411008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@216853 0039d316-1c4b-4281-b951-d872f2087c98
-
juanlang@google.com authored
BUG=259097 Review URL: https://chromiumcodereview.appspot.com/22731002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@216852 0039d316-1c4b-4281-b951-d872f2087c98
-
rkc@chromium.org authored
owners reviews requested, ui/webui/ - xiyuan@ chromeos/ - stevenjb@ chrome/browser/extensions/ - asargent@ R=asargent@chromium.org, stevenjb@chromium.org, xiyuan@chromium.org BUG=270291 TEST=Test that the system_info page and feedback reports show different logs where scrubbing is concerned (tested with the stub lib). Review URL: https://chromiumcodereview.appspot.com/22532012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@216851 0039d316-1c4b-4281-b951-d872f2087c98
-
mukai@chromium.org authored
Now it's owned by message_center, so it's more natural to call in MessageCenterImpl. BUG=270305 R=dewittj@chromium.org Review URL: https://chromiumcodereview.appspot.com/22724002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@216850 0039d316-1c4b-4281-b951-d872f2087c98
-
koz@chromium.org authored
Review URL: https://chromiumcodereview.appspot.com/22488007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@216849 0039d316-1c4b-4281-b951-d872f2087c98
-
mpearson@chromium.org authored
Make the experiments in the bundled omnibox field trial be able to specify whether they should on for instant-extended-enabled users, off for those users but on for everyone else, or on for everyone. I tested this interactively using a local variations server. Plus there's improved unit tests. BUG=267584 Review URL: https://chromiumcodereview.appspot.com/22698002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@216848 0039d316-1c4b-4281-b951-d872f2087c98
-
vadimt@chromium.org authored
Added a private API for this. BUG=164227 TEST=No Review URL: https://chromiumcodereview.appspot.com/22382006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@216847 0039d316-1c4b-4281-b951-d872f2087c98
-
rmsousa@chromium.org authored
(identity is out of experimental) BUG= Review URL: https://chromiumcodereview.appspot.com/22339015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@216846 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome://slowzork@chromium.org authored
BUG=269809 Review URL: https://chromiumcodereview.appspot.com/22336007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@216845 0039d316-1c4b-4281-b951-d872f2087c98
-
gab@chromium.org authored
R=robertshield@chromium.org BUG=None Review URL: https://chromiumcodereview.appspot.com/22743003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@216844 0039d316-1c4b-4281-b951-d872f2087c98
-
gbillock@chromium.org authored
This client app should not be used by all clients of content/. Moving to chrome so it can be managed there and re-used if needed. Review URL: https://chromiumcodereview.appspot.com/21355004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@216843 0039d316-1c4b-4281-b951-d872f2087c98
-
jfweitz@chromium.org authored
Pasting into fakebox via context-menu didn't work before. This change adds a paste function to the searchbox api, that gets the text from the clipboard into the omnibox using SetUserText ( opening the suggestions panel.) BUG=164784 TEST=Right click on fakebox and paste. The pasted value should appear on the omnibox and the suggestions panel should be open. Review URL: https://chromiumcodereview.appspot.com/20501002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@216842 0039d316-1c4b-4281-b951-d872f2087c98
-
joth@chromium.org authored
Previously the config and clip_region field formats depended on skia internal implementation details. This patch decouples the interface from the specific skia version in use. BUG= Review URL: https://chromiumcodereview.appspot.com/20234002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@216841 0039d316-1c4b-4281-b951-d872f2087c98
-
michaelbai@chromium.org authored
The window's KEEP_SCREEN_ON flag is more like controlling the screen from an Activity level, and we shouldn't use it instead, view's KEEP_SCREEN_ON flag should be used. This patch attaches a zero size view to ContentViewCore's mContainerView instead of view tree, so once the ContainerView is invisible, the screen can turned off even PowerSaveBlocker not removed. BUG=270903 Review URL: https://chromiumcodereview.appspot.com/20125004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@216840 0039d316-1c4b-4281-b951-d872f2087c98
-
felt@chromium.org authored
This adds a set of experimental strings to the malware download warning for a finch experiment. BUG=267335 Review URL: https://chromiumcodereview.appspot.com/22640018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@216839 0039d316-1c4b-4281-b951-d872f2087c98
-
bbudge@chromium.org authored
Use the plugin-side file descriptor for asynchronous callbacks too. TBR=dmichael@chromium.org CL only removes messages that had a LGTM in a prior CL. https://codereview.chromium.org/18063005/ BUG=194304 Review URL: https://codereview.chromium.org/22646005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@216838 0039d316-1c4b-4281-b951-d872f2087c98
-
jiayl@chromium.org authored
Because the crypto APIs needed for generating identities are not implemented for openssl yet, we should let Libjingle generate its own by passing NULL. BUG= Review URL: https://chromiumcodereview.appspot.com/22640017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@216837 0039d316-1c4b-4281-b951-d872f2087c98
-
wtc@chromium.org authored
http_network_transaction.cc, so that it applies to SSLClientSockets based on both NSS and OpenSSL. R=agl@chromium.org,rsleevi@chromium.org BUG=260358 TEST=net_unittests, plus manual testing: visit https://www.web-secured.com/. Should get a successful TLS 1.0 connection, rather than ERR_SSL_BAD_RECORD_MAC_ALERT. Review URL: https://chromiumcodereview.appspot.com/22633004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@216836 0039d316-1c4b-4281-b951-d872f2087c98
-
pneubeck@chromium.org authored
This only moves code without changing any functionality. This allows to expose the CryptohomeClientImplStub type and extend the class about *ForTest functions in the next step. BUG=NONE Review URL: https://chromiumcodereview.appspot.com/22630012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@216835 0039d316-1c4b-4281-b951-d872f2087c98
-
ernstm@chromium.org authored
- Split calculation of smoothness metrics into two parts: A) collection of stats (now from RenderingStats, in the future from traces), B) calculation of the actual benchmark metrics from the stats. - This allows modifying and testing both parts independently R=nduca@chromium.org BUG=264308 Review URL: https://chromiumcodereview.appspot.com/22475007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@216832 0039d316-1c4b-4281-b951-d872f2087c98
-
petewil@chromium.org authored
There are two paths into synced notifications - MergeDataAndStartSyncing, and ProcessSyncChanges. We had been handling updates and deletes on the MergeDataAndStartSyncing (catch up pull path) case, but not in the ProcessSyncChanges (push path). This change adds the missing code for the push path and some unit tests. We also refactor slightly the Display method, replacing calls with "UpdateInMessageCenter", which will display or remove as needed. BUG=270175 Review URL: https://chromiumcodereview.appspot.com/22470006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@216831 0039d316-1c4b-4281-b951-d872f2087c98
-
derat@chromium.org authored
The old flag was vaguely-named. The session manager is passing both flags now. BUG=none TBR=nkostylev@chromium.org Review URL: https://chromiumcodereview.appspot.com/22447005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@216830 0039d316-1c4b-4281-b951-d872f2087c98
-
jvoung@chromium.org authored
For about:nacl, it didn't seem too clean to check the directory structure for the PNaCl version number, and it required tweaking when we switching from normal CRX'es to multi-CRX. This scheme of checking the dirname also doesn't work with local chrome builds or with ChromeOS. Instead, grab the version number from the pnacl_public_pnacl_json. Depends on: https://codereview.chromium.org/22301014/ and on a new package of PNaCl being pushed out. However, this should still be tolerant of missing keys (just won't show the version). BUG=221381 NOTRY=true (failed tries unrelated) Review URL: https://chromiumcodereview.appspot.com/22415017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@216829 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@216828 0039d316-1c4b-4281-b951-d872f2087c98
-
dewittj@chromium.org authored
People who never see a notification should not have their desktop cluttered with extra status tray icons, so we'll hold off on creating it until we have a good reason to. R=jianli@chromium.org BUG=270688 Review URL: https://chromiumcodereview.appspot.com/22394008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@216827 0039d316-1c4b-4281-b951-d872f2087c98
-
dalecurtis@chromium.org authored
- Moves webkit/renderer/media/crypto/ppapi/ to media/cdm/ppapi/ - Moves webkit/.../ppapi/cdm/ to media/cdm/ppapi/api/ - Moves everything in webkit_media to media namespace - Fixes broken builds with use_fake_video_decoder=1 or use_libvpx=1 - Deletes webkit/renderer/media folder (\o/) BUG=251306 TEST=Chrome builds with mentioned flags, plus branding=Chrome. TBR=rsleevi Review URL: https://chromiumcodereview.appspot.com/22362007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@216826 0039d316-1c4b-4281-b951-d872f2087c98
-
estade@chromium.org authored
these strings are still not final, but they are (probably) better than what we have. BUG=260379 Review URL: https://chromiumcodereview.appspot.com/22342006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@216825 0039d316-1c4b-4281-b951-d872f2087c98
-