- 15 Dec, 2014 40 commits
-
-
stuartmorgan authored
Re-enabled building of the browser_ui target on iOS (lost when unit_tests was turned down). As with browser, removes non_android sources and puts everything in non_mobile_sources. See also https://codereview.chromium.org/785233002 BUG=432994 Review URL: https://codereview.chromium.org/801643006 Cr-Commit-Position: refs/heads/master@{#308448}
-
kpschoedel authored
No layout switching; uses a hard-coded US layout. BUG=430194 Review URL: https://codereview.chromium.org/778503002 Cr-Commit-Position: refs/heads/master@{#308447}
-
kbr authored
BUG=441997 TBR=bajones@chromium.org,zmo@chromium.org Review URL: https://codereview.chromium.org/791083004 Cr-Commit-Position: refs/heads/master@{#308446}
-
lfg authored
BUG=433014 Review URL: https://codereview.chromium.org/743773003 Cr-Commit-Position: refs/heads/master@{#308445}
-
kenobi authored
The TaskQueue handles the basics of running a set of queued up tasks, and providing updates and various other callbacks for clients to be notified about queue and task state. BUG= Review URL: https://codereview.chromium.org/789603004 Cr-Commit-Position: refs/heads/master@{#308444}
-
sullivan authored
BUG= Review URL: https://codereview.chromium.org/807463002 Cr-Commit-Position: refs/heads/master@{#308443}
-
samuong authored
Revert of Include MTP devices in Cloud Import happiness. (patchset #9 id:160001 of https://codereview.chromium.org/778123006/) Reason for revert: seems to be causing crashes on chrome os: https://build.chromium.org/p/chromium.chromiumos/builders/Linux%20ChromiumOS%20Tests%20%281%29/builds/53530 https://build.chromium.org/p/chromium.chromiumos/builders/Linux%20ChromiumOS%20Tests%20%28dbg%29%281%29/builds/35254 Original issue's description: > Include MTP devices in Cloud Import happiness. > Nuke "VolumeManager.isType". > Add test coverage of importer_common methods. > Make all "DCIM" dir-name matching case-insensitive. > > BUG=420680 > TEST=browser_test: FileManagerJsTest.* > > Committed: https://crrev.com/15d1aae4da7783607df3fac2d38198e817cf6fa0 > Cr-Commit-Position: refs/heads/master@{#308414} TBR=mtomasz@chromium.org,smckay@chromium.org NOTREECHECKS=true NOTRY=true BUG=420680 Review URL: https://codereview.chromium.org/807583003 Cr-Commit-Position: refs/heads/master@{#308442}
-
jbudorick authored
BUG=428729 Review URL: https://codereview.chromium.org/788753002 Cr-Commit-Position: refs/heads/master@{#308441}
-
oshima authored
This will be used in https://codereview.chromium.org/798163003/ BUG=432500 Review URL: https://codereview.chromium.org/806433002 Cr-Commit-Position: refs/heads/master@{#308440}
-
andresantoso authored
cocoa/media_indicator_button.* is renamed to media_indicator_button_cocoa.* to avoid conflict with views/media_indicator_button.* BUG=425229 Review URL: https://codereview.chromium.org/797393003 Cr-Commit-Position: refs/heads/master@{#308439}
-
aarya authored
TBR=orglofch@chromium.org BUG= Review URL: https://codereview.chromium.org/810503002 Cr-Commit-Position: refs/heads/master@{#308438}
-
eranm authored
Per Ryan's recent announcement, SSLWatcher's Alpha log is no longer recognized by Chrome, so remove it. This change also removes the assumption (made in the CertPolicyEnforcer) that in case of having only 2 logs recognized by Chrome, only 2 will be required where the policy currently says 3 would be necessary. BUG=441337 Review URL: https://codereview.chromium.org/795013003 Cr-Commit-Position: refs/heads/master@{#308437}
-
weiliangc authored
Implement CommitVSyncParameter in SingleThreadProxy like ThreadProxy. BUG=372086 Review URL: https://codereview.chromium.org/797693004 Cr-Commit-Position: refs/heads/master@{#308436}
-
eseidel authored
This CL also makes it more clear in gin when type coercion fails what argument (0-indexed) failed to convert and what js type was seen in the process. I started down the path of logging the c++ destination type as well, but found I couldn't with our current RTTI-less build. This was already reviewed in: https://codereview.chromium.org/798163002/ before I realized that gin was maintained in chromium. TBR=abarth@chromium.org BUG= Review URL: https://codereview.chromium.org/805993002 Cr-Commit-Position: refs/heads/master@{#308435}
-
zhaoqin authored
make it less flaky on memory.fyi bots. BUG=441291 R=chirantan@chromium.org Review URL: https://codereview.chromium.org/794303002 Cr-Commit-Position: refs/heads/master@{#308434}
-
wfh authored
The IPC still needs to be sent because it's used by the webview permission helper to permit PPAPI plugins to run inside a webview. Remove all the code that backed this, including UMA actions, and a test. The NPAPI purge, begun, it has. BUG=439972 Review URL: https://codereview.chromium.org/801053003 Cr-Commit-Position: refs/heads/master@{#308433}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/ffba57d..70c04a5 TBR=lushnikov@chromium.org,vsevik@chromium.org,dglazkov@chromium.org,beverloo@chromium.org Review URL: https://codereview.chromium.org/805043004 Cr-Commit-Position: refs/heads/master@{#308432}
-
tbarzic authored
that is used for easy sign-in protocol, and for signing data provided by Easy Unlock app using the created private key. Per user public keys are kept in the local state and added to challenge data when challenges are created (while resetting cryptohome sign-in secrets). During challenge creation, existence of the Easy Sign-in TPM key is checked for user, and the key pair is created if necessary. Additionally, key pair presence is ensured when EasyUnlockService is started after user log in. This is done to handle the case where Easy Unlock has previously been set up. At this time, it is verified that the private key actually exists in the TPM slot. Mapping from user id to public TPM key is kept in local state so it can be accessed on sign in screen (as it will be needed before a user logs in; the public key is used to identify the private key in the system slot) BUG=409027 TEST=Confirmed easy sign-in works Review URL: https://codereview.chromium.org/729803002 Cr-Commit-Position: refs/heads/master@{#308431}
-
vmiura authored
Renaming this thread broke some of the thread_times metrics. TBR=epenner@chromium.org BUG=440188 Review URL: https://codereview.chromium.org/806923002 Cr-Commit-Position: refs/heads/master@{#308430}
-
jdduke authored
Provide generic desktop and mobile gesture configurations, in addition to the native platform configuration. This will allow devtools touch emulation to more faithfully emulate a particular device. Note that this change involved decoupling the TouchEventQueue from platform-specific slop region constants, afforded by a WebTouchEvent flag indicating whether the event may cause scrolling as a default action. BUG=425586 Review URL: https://codereview.chromium.org/679633005 Cr-Commit-Position: refs/heads/master@{#308429}
-
dgozman authored
BUG=438230 Review URL: https://codereview.chromium.org/747903006 Cr-Commit-Position: refs/heads/master@{#308428}
-
rtenneti authored
Part of change to collect, upload and expose histogram data for Cronet. BUG=441466 Committed: https://crrev.com/4eb0fd47de0736f3f4c970e8d7f8813ef2177886 Cr-Commit-Position: refs/heads/master@{#308239} Review URL: https://codereview.chromium.org/794493002 Cr-Commit-Position: refs/heads/master@{#308427}
-
Aurimas Liutikas authored
BUG=441848 TBR=newt@chromium.org Review URL: https://codereview.chromium.org/792233005 Cr-Commit-Position: refs/heads/master@{#308426}
-
estade authored
1. Use camera icon for "Scan new card". 2. Fix regression where icon wasn't showing BUG=441534,441533 TBR=jochen@chromium.org Review URL: https://codereview.chromium.org/802553003 Cr-Commit-Position: refs/heads/master@{#308425}
-
chrishenry authored
* tools/perf/(benchmarks|measurements)/ * content/test/gpu BUG=439512 Review URL: https://codereview.chromium.org/800863003 Cr-Commit-Position: refs/heads/master@{#308424}
-
skia-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/skia/+log/e05fed0..41c9cbe CQ_EXTRA_TRYBOTS=tryserver.blink:linux_blink_rel,linux_blink_dbg TBR=bensong@google.com Review URL: https://codereview.chromium.org/804013003 Cr-Commit-Position: refs/heads/master@{#308423}
-
stevenjb authored
This CL: * Adds a new chrome page, chrome://device-log for the device log UI * Eliminates the log from chrome://network, links to device-log BUG=293739 For browser_resources.grd: TBR=sky@chromium.org Review URL: https://codereview.chromium.org/793933003 Cr-Commit-Position: refs/heads/master@{#308422}
-
jamescook authored
Provide stubs for chrome.identity.removeCachedAuthToken() and chrome.identity. onSignInChanged. BUG=441976 TEST=added to app_shell_unittests Review URL: https://codereview.chromium.org/804673002 Cr-Commit-Position: refs/heads/master@{#308421}
-
rob authored
- Specify format of NMH manifest. - Specify the expected locations of the NMH on all platforms. - Fully document the communication protocol and constraints. - Document every error and offer tips for resolving the issues. - Document other common problems and how-to-solve. BUG=377582 R=sergeyu@chromium.org,kalman@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/768373004 Cr-Commit-Position: refs/heads/master@{#308420}
-
estade authored
BUG=425756 Review URL: https://codereview.chromium.org/803673002 Cr-Commit-Position: refs/heads/master@{#308419}
-
maruel authored
$ git log b10edf25e..efdc5287c --date=short --format='%ad %ae %s' | sed 's/@chromium\.org//' 2014-12-12 maruel Redo the way commands are triggered and add support for not using isolate server R=vadimsh@chromium.org BUG= Review URL: https://codereview.chromium.org/800223004 Cr-Commit-Position: refs/heads/master@{#308418}
-
jam authored
This brings in: f650510 Fix build after previous commit. 217ecf35 Simplify PDFium by removing code that's not used in the open source repo. 2399550 m_pColorSpace can not be NULL for image object with DCTDecode filter 8695172 Do not do strict check of BitsPerComponent for RunLengthDecode filter 381b911 Lab colorspace needs to be 3 component ca5d769 Trailer should be a dictionary object 4429eaa Replace manual/error-prone/hard-to-verify arraysize calculations with safe FX_ArraySize macro. b69da0b Getting rid of more (FX_LPCWSTR) casts and fixing two bugs revealed by this. 4b87f7b Cleanup: Remove an unused function. df76a19 Add a missing 'using' keyword in big integer library 91dd8c7 Modify big integer library 44047c3 Remove unnecessary files in third_party/bigint 7504b3d Initial check in of big integer library, v2010.04.30 4643533 Update to openjpeg r2944 Review URL: https://codereview.chromium.org/803733002 Cr-Commit-Position: refs/heads/master@{#308417}
-
dgn authored
Essentially wires up the window.print() and the basic printing path to Android framwork's PrintManager. The changes affect the basic printing path using PrintingMessageFilter::OnScriptedPrint. When calling window.print() on Android, it would now be called twice. The first time is directly after the JS call, OnScriptedPrint is called with a parameter telling it that it's being called from JS. It will then end up calling PrintJobWorker::GetSettings, forwarding that information. PrintJobWorker then takes care of calling PrintingController through JNI, joining the same code path used when printing from chrome's menu in android: Android framework's PrintManager is invoked, and it manages the preview, using the tab to generate the output as the user changes his/her preferences. Why so many changes for just that: the window.print() call is blocked until the end of the process by message pumping. It has to be disabled when printing is finished. It is currently done by setting a callback in the current PrintingContext, that will be called when printing is done. PrintingController stores the reference to it, but here we have two queries at the same time, and only the latest PrintingContext would be stored. I added a field to store separately the one coming from the initial call, so that it can be used when printing is done to stop the message pumping. TL;DR: When window.print() is called, the basic printing path is used to forward the query to PrintManager. The PrintManager then uses almost the same path to actually print the document (as previously implemented to power the 'Print...' entry in the menu). The changes are mostly to ensure that JS returns when printing is completed and not before (or never). BUG=437338 Review URL: https://codereview.chromium.org/740983002 Cr-Commit-Position: refs/heads/master@{#308416}
-
rtenneti authored
QUIC-specific variable name change. Changes largest_observed_acked to rtt_updated in various places to be more accurate. Merge internal change: 81685775 https://codereview.chromium.org/800213002/ Changing QUIC cert selection to do VIP based selection. Used IPEndPoint as the type for server_ip in all methods ala client_ip. Ran "git cl format net" to fix formatting issues. Merge internal change: 81571450 https://codereview.chromium.org/802873002/ QUIC - Added QuicConnectionPeer::GetStats while porting the following intenal server change: Improving rtt for QUIC for 0-rtt handshakes guarded by a flag. Merge internal change: 81435895 https://codereview.chromium.org/798183002/ QUIC - use the correct type and fix the formatting fixes. Changes found while merging the following change from Peter Kasting into the internal source tree. "pkasting CL: https://codereview.chromium.org/761863002/ Clean up type usage and fix MSVC "truncated value" warnings in net/quic/. The existing code is very inconsistent about whether it uses typedefs like QuickByteCount and QuicPacketCount or whether it instead uses fundamental types like uint32, uint64, and size_t. This is not only more confusing to read, in some cases it leads to MSVC warning about "possibly truncated value" when one type is implicitly converted to another, shorter one. This attempts to fix at least some of these sorts of problems by using the typedefed types more widely when possible, or else at least the same basic types other places are already using. It also fixes various warnings by including explicit casts (sometimes with legality checks)." No functionality change. Changes to keep the code similar to internal source tree. Merge internal change: 81428557 https://codereview.chromium.org/787253005/ Use std::cbrt instead of our own CubeRoot implementation. Merge internal change: 81420733 https://codereview.chromium.org/798153002/ R=rch@chromium.org Review URL: https://codereview.chromium.org/805603002 Cr-Commit-Position: refs/heads/master@{#308415}
-
smckay authored
Nuke "VolumeManager.isType". Add test coverage of importer_common methods. Make all "DCIM" dir-name matching case-insensitive. BUG=420680 TEST=browser_test: FileManagerJsTest.* Review URL: https://codereview.chromium.org/778123006 Cr-Commit-Position: refs/heads/master@{#308414}
-
vchigrin authored
Review URL: https://codereview.chromium.org/803493003 Cr-Commit-Position: refs/heads/master@{#308413}
-
smckay authored
Dedupe files while scanning against local history. Hook up import history to media scanner in background. BUG=420680 TEST=browser_test: FileManagerJsTest.* jwd@ for historgrams.xml. Review URL: https://codereview.chromium.org/805533003 Cr-Commit-Position: refs/heads/master@{#308412}
-
Aurimas Liutikas authored
We should have changed this when we switched to AppCompat theme. BUG=None R=tedchoc@chromium.org Review URL: https://codereview.chromium.org/785233007 Cr-Commit-Position: refs/heads/master@{#308411}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/1f95254..ffba57d TBR=lushnikov@chromium.org,vsevik@chromium.org,dglazkov@chromium.org,beverloo@chromium.org Review URL: https://codereview.chromium.org/803193002 Cr-Commit-Position: refs/heads/master@{#308410}
-
hubbe authored
BUG=442323 TBR=tsepez@chromium.org Review URL: https://codereview.chromium.org/807533002 Cr-Commit-Position: refs/heads/master@{#308409}
-