- 22 May, 2014 40 commits
-
-
merkulova@chromium.org authored
Update for CL https://codereview.chromium.org/273643002 BUG=376261 Review URL: https://codereview.chromium.org/296113007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272252 0039d316-1c4b-4281-b951-d872f2087c98
-
hychao@chromium.org authored
BUG=327817 Review URL: https://codereview.chromium.org/293543004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272251 0039d316-1c4b-4281-b951-d872f2087c98
-
scottmg@chromium.org authored
Main code landed at r271772. This can be on by default now that internal_pdf is gone. If this seems stable after some releases I'll remove the gyp flag and related code. R=vitalybuka@chromium.org BUG=170859 Review URL: https://codereview.chromium.org/293983010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272250 0039d316-1c4b-4281-b951-d872f2087c98
-
scottmg@chromium.org authored
On top of https://codereview.chromium.org/290633012/ R=brettw@chromium.org Review URL: https://codereview.chromium.org/290713002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272249 0039d316-1c4b-4281-b951-d872f2087c98
-
isherman@chromium.org authored
BUG=374200 TEST=compiles R=asvitkine@chromium.org Review URL: https://codereview.chromium.org/294033007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272247 0039d316-1c4b-4281-b951-d872f2087c98
-
alexst@chromium.org authored
BUG=372449 Review URL: https://codereview.chromium.org/282673002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272246 0039d316-1c4b-4281-b951-d872f2087c98
-
vollick@chromium.org authored
It's not currently passed to the renderer process. TBR=rjkroege@chromium.org BUG=None Review URL: https://codereview.chromium.org/292123010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272245 0039d316-1c4b-4281-b951-d872f2087c98
-
alexst@chromium.org authored
BUG=372449 Review URL: https://codereview.chromium.org/278363002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272244 0039d316-1c4b-4281-b951-d872f2087c98
-
alph@chromium.org authored
R=pfeldman@chromium.org Review URL: https://codereview.chromium.org/290013005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272243 0039d316-1c4b-4281-b951-d872f2087c98
-
dominikg@chromium.org authored
Make profiler code more robust by catching ProcessGoneException when listing all processes. Before the test would crash if processes disappeared between getting all PIDs and querying their name. BUG=375231 Review URL: https://codereview.chromium.org/297753007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272242 0039d316-1c4b-4281-b951-d872f2087c98
-
fsamuel@chromium.org authored
This CL introduces a new way to monitor changes to frame names from the content embedder, and setting the main frame name from the content embedder. The name attribute is now managed by web_view.js, and not BrowserPlugin. BUG=364141, 330264 TBR=kenrb@chromium.org (removing IPC messages). Review URL: https://codereview.chromium.org/291483010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272241 0039d316-1c4b-4281-b951-d872f2087c98
-
bokan@chromium.org authored
BUG= Review URL: https://codereview.chromium.org/291163010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272240 0039d316-1c4b-4281-b951-d872f2087c98
-
thestig@chromium.org authored
And other misc cleanups. Review URL: https://codereview.chromium.org/298843002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272239 0039d316-1c4b-4281-b951-d872f2087c98
-
tfarina@chromium.org authored
Changes: 1) Run clang-format through source and header files. 2) Fix variables names to use unix_hacker style. 3) Fix method name to use CamelCase style. 4) Rename file name to mock_constraints. BUG=331299 TEST=content_unittests, content_shell. No functional changes R=dpranke@chromium.org TBR=dpranke@chromium.org Review URL: https://codereview.chromium.org/295983008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272238 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272237 0039d316-1c4b-4281-b951-d872f2087c98
-
dalecurtis@google.com authored
Looks like the updated configs never got landed. Sorry! BUG=none TEST=compiles TBR=earthdok NOTRY=true Review URL: https://codereview.chromium.org/297003002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272236 0039d316-1c4b-4281-b951-d872f2087c98
-
sbc@chromium.org authored
Add unit tests. Split unit tests for jspipe and tty nodes into those that test the internal directly and those that require that higher level ki_ functions withing the test code. R=binji@chromium.org Review URL: https://codereview.chromium.org/242533005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272235 0039d316-1c4b-4281-b951-d872f2087c98
-
motek@chromium.org authored
Dependencies updated. BUG=374202 R=isherman@chromium.org, thestig@chromium.org TBR=thestig@chromium.org Review URL: https://codereview.chromium.org/289373007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272234 0039d316-1c4b-4281-b951-d872f2087c98
-
perkj@chromium.org authored
The MediaStreamDependencyFactory has switched name to PeerConectionFactory but this instance variable name was missed. Removed untrue comment about media_stream_dependency_. Review URL: https://codereview.chromium.org/292343002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272233 0039d316-1c4b-4281-b951-d872f2087c98
-
mtomasz@chromium.org authored
Previously, providing extensions were mounting virtual file systems by passing the display name only. As a result, there was no easy way to detect, if the virtual file system is already mounted. This is a big issue for event pages, and extensions providing a remote file system (not archive via file handlers). In such situation, they have to mount the virtual file system as soon as the providing extension is launched. However, the extension may be suspended (event page), and then launched again once a request is emited to it. In such situation, the providing extension would mount the file system again, and cause duplicated entries in Files app. To prevent that, providing extensions need to be able to detect if they already mounted the virtual file system. The current solution let's extensions mount after each startup, but it would fail quietly if a file system with the same id is already mounted. Alternative would be creating a method which would enumerate already registered file systems by the extension, but that would be an overkill. Note, that this strategy is same as for context menus api: https://developer.chrome.com/extensions/contextMenus#method-create TEST=unit_tests: *FileSystemProvider*, browser_tests: *FileSystemProvider* BUG=248427 Review URL: https://codereview.chromium.org/294073007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272232 0039d316-1c4b-4281-b951-d872f2087c98
-
merkulova@chromium.org authored
BUG=373257 Review URL: https://codereview.chromium.org/282883004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272231 0039d316-1c4b-4281-b951-d872f2087c98
-
dgozman@chromium.org authored
When paused in debugger on mouse move, we can send ack as it has no side effects apart from new mouse moves being sent to renderer. Debugger already causes nested input events handling (because of different event types don't wait for each other's ack). This, and mouse move being the event without side effects, means there should be no harm in allowing nested mouse moves. BUG=374183 Review URL: https://codereview.chromium.org/288393004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272230 0039d316-1c4b-4281-b951-d872f2087c98
-
anton@chromium.org authored
Needed for 64-bit which is using a newer version of the runtime. Prior to this CL the test requires that Infinity is converted to the string "Inf" and NaN is converted to the string "NaN". However, these conversions are done by a format %g option which is defined as providing a lower case string (http://en.wikipedia.org/wiki/Printf_format_string). As LiveConnect provides "no guarantee" as to number formatting (https://jdk6.java.net/plugin2/liveconnect/#JS_NUMBER_VALUE) it seems best to just relax these tests. BUG=346626, 354405 Review URL: https://codereview.chromium.org/292183006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272229 0039d316-1c4b-4281-b951-d872f2087c98
-
yukishiino@chromium.org authored
BUG=339355 TEST=Run unittests. TBR=jamesr@chromium.org, pfeldman@chromium.org Review URL: https://codereview.chromium.org/267723008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272228 0039d316-1c4b-4281-b951-d872f2087c98
-
fukino@chromium.org authored
- Pass the reference to the metadata cache to the Directory Tree. - When a tree item needs redraw, check the metadata and toggle css class 'shared'. BUG=264812 TEST=manually confirmed Review URL: https://codereview.chromium.org/292183005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272227 0039d316-1c4b-4281-b951-d872f2087c98
-
mlamouri@chromium.org authored
BUG=None Review URL: https://codereview.chromium.org/296933002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272225 0039d316-1c4b-4281-b951-d872f2087c98
-
bulach@chromium.org authored
BUG= Review URL: https://codereview.chromium.org/292663007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272224 0039d316-1c4b-4281-b951-d872f2087c98
-
dubroy@chromium.org authored
The help text is supposed to contain a link ("saved passwords"). In order to implement this using HyperlinkTextView, convert the code to using subviews rather than rendering the text manually in drawRect:. BUG=114092 Review URL: https://codereview.chromium.org/289413002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272223 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272222 0039d316-1c4b-4281-b951-d872f2087c98
-
rsleevi@chromium.org authored
This also rolls the NSS deps to include the RSA-OAEP support backported for Windows/Mac BUG=372917 R=eroman@chromium.org Review URL: https://codereview.chromium.org/275943004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272221 0039d316-1c4b-4281-b951-d872f2087c98
-
thestig@chromium.org authored
BUG=375900 Review URL: https://codereview.chromium.org/294903010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272220 0039d316-1c4b-4281-b951-d872f2087c98
-
benwells@chromium.org authored
These were broken due to the WS_CAPTION style always being applied. Now the style is not applied if the window has transparency enabled. BUG=373541 Review URL: https://codereview.chromium.org/295933011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272219 0039d316-1c4b-4281-b951-d872f2087c98
-
mateuszs@opera.com authored
If window is positioned on right monitor in multimonitor setup tooltips for items to the left of Chromium window appear on left screen. This is because screen on which to display the tooltip is calculated from DIP coordinates. BUG= Review URL: https://codereview.chromium.org/225403022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272218 0039d316-1c4b-4281-b951-d872f2087c98
-
naiem.shaik@gmail.com authored
LanguageState is currently owned by ContentTranslateManager, but it should be moved under TranslateManager BUG=345690 TEST=unittests --gtest_filter=Translate* TBR=thakis@chromium.org Review URL: https://codereview.chromium.org/290573013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272217 0039d316-1c4b-4281-b951-d872f2087c98
-
danakj@chromium.org authored
We added this to RenderWidgetCompositor, but forgot to add it to the WebLayerTreeViewForTesting, which we must before we add the pure virtual to the WebLayerTreeView base class. TBR=piman Review URL: https://codereview.chromium.org/296043011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272216 0039d316-1c4b-4281-b951-d872f2087c98
-
armansito@chromium.org authored
This CL implements the onDescriptorValueChanged event of the bluetoothLowEnergy API. BUG=265663 TEST=browser_tests --gtest_filter=BluetoothLowEnergyApiTest.* Review URL: https://codereview.chromium.org/287673002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272215 0039d316-1c4b-4281-b951-d872f2087c98
-
perkj@chromium.org authored
Change MediaStreamVideoSource to output different resolutions do different tracks depending on the track constraints. This cl introduce a new class VideoTrackAdapter. The adapter is responsible for forwarding frames on the IO-thread from a MediaStreamVideoSource to a the tracks connected to the source. It has the ability to wrap media::VideoFrames with new visible_rect and natural_size to match max width and height resolutions as well as min and max aspect ratio per track. Note that this does not yet work for textures. It also changes the WebrtcVideoCaptureAdapter to use libyuv::Scale instead of libyuv::I420Copy. This is needed to allow the video frames sent on a PC to be both cropped and scaled. BUG= 346616 Review URL: https://codereview.chromium.org/246433006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272214 0039d316-1c4b-4281-b951-d872f2087c98
-
wfh@chromium.org authored
Add WOW64 support to DeleteKey. Add DeleteEmptyKey to mimic SHDeleteEmptyKey. Add lots of WOW64 tests. Add a DeleteKey and a CreateKey test. These additions are needed to support Win64 installer logic. BUG=338706,348626 TEST=base_unittests --gtest_filter=Registry* on XP (x86), Vista (x86/x64), Win7 (x86/x64). TEST=installer_util_unittests R=cpu@chromium.org, grt@chromium.org Review URL: https://codereview.chromium.org/275103012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272213 0039d316-1c4b-4281-b951-d872f2087c98
-
gcasto@chromium.org authored
This was broken by r269506. Added additional tests to prevent this from happening in the future. BUG=372789 Review URL: https://codereview.chromium.org/295843002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272212 0039d316-1c4b-4281-b951-d872f2087c98
-
dewittj@chromium.org authored
Previously the custom binding in JS would prevent an image that's larger than the size of the template from being sent to the browser process. This relaxes the maximum to be the largest supported scale factor of the machine. BUG=239676 Review URL: https://codereview.chromium.org/256503004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272211 0039d316-1c4b-4281-b951-d872f2087c98
-