Commit Graph

111136 Commits

Author SHA1 Message Date
Jeff Muizelaar
d3f69a6169 Bug 805119. Add a note about the deprecation of findEntryProperties. r=joe
DONTBUILD
2012-10-24 14:40:41 -04:00
Ryan VanderMeulen
d2a81886e7 Merge the last PGO-green inbound changeset to m-c. 2012-10-24 14:05:14 -04:00
Jonathan Griffin
fc406ca6a7 Bug 805033 - Specify Marionette deps using >=, r=ahal, DONTBUILD(NPOTB) 2012-10-24 09:53:52 -07:00
Bobby Holley
39688c3cc6 Bug 801576 - Android bustage fix. r=me 2012-10-24 14:18:39 +02:00
Bobby Holley
880b3c9172 Bug 801576 - Bustage fix. r=me 2012-10-24 13:19:33 +02:00
Gervase Markham
3bf6ac6cc7 Bug 802563 - update PSL for .gt. r=weppos. 2012-10-24 11:42:41 +01:00
Bobby Holley
add541742c Bug 801576 - Add tests for the same-origin policy. r=mrbkap 2012-10-24 12:04:19 +02:00
Bobby Holley
c26369f65b Bug 801576 - Fix {push,pop}State tests. r=jlebar 2012-10-24 12:04:18 +02:00
Bobby Holley
24bb12ef77 Bug 801576 - Fix sandbox test. r=mrbkap 2012-10-24 12:04:18 +02:00
Bobby Holley
32af1d27d9 Bug 801576 - Forbid cross-origin access to the History object. r=mrbkap 2012-10-24 12:04:18 +02:00
Devdatta Akhawe
36ab7f4d1c Bug 803765 - Documentation for aRequestPrincipal r=bz 2012-10-23 21:44:11 -07:00
Jacek Caban
63cc5f816d Bug 801579 - Don't mix nsresult with HRESULT (widget/windows part) r=jmathies 2012-10-24 10:57:08 +02:00
Doug Sherk
3251aebb84 Bug 804949: Change the way panning works. r=cjones a=blocking-basecamp 2012-10-24 01:37:53 -07:00
Jonathan Kew
8ca571a922 bug 803347 - update graphite2 lib to upstream commit 4ddfa0f51098. r=jdaggett 2012-10-24 09:20:13 +01:00
Jared Wein
e73e2d185d Bug 801035 - Keyboard access for Social API chat windows. r=felipe 2012-10-23 23:45:59 -07:00
Jared Wein
4b5781e287 Backed out changeset ed8fc02602d4 (bug 804068) 2012-10-23 23:45:51 -07:00
Jared Wein
f3f5d5e47e Backed out changeset 95aa292658aa (bug 804068) 2012-10-23 23:45:48 -07:00
Phil Ringnalda
e1e45989af Backout 8cc37887f621 and b6bd9f564650 (bug 795259) and 8b9c7bf80449 (bug 803013) to investigate the effect on Android reftest-1 and -4 permaorange 2012-10-23 23:35:13 -07:00
Jared Wein
12c0628366 Bug 804068 followup - Set -moz-image-region on the share-button to restrict the image to max 16x16. r=fryn 2012-10-23 22:16:21 -07:00
Jared Wein
0c5cb61512 Bug 804881 - Move the bookmarks arrow panel closer to the icon. r=dao 2012-10-23 22:16:18 -07:00
Alfred Kayser
69fa1eb01a Bug 804068 - set social sharebutton image via .src, plus css tweaks to ensure it is sized correctly. r=jaws 2012-10-24 13:46:05 +11:00
Makoto Kato
65470ba401 Bug 803476 - RunProcess may leak memory if ShellExecuteEx is failure. r=bsmedberg 2012-10-24 13:46:52 +09:00
Richard Newman
9876d2b029 Bug 804908 - Miscellaneous cleanup in JavaDocs and test code. r=trivial 2012-10-23 21:29:08 -07:00
Josh Matthews
aa8b048f40 Bug 723001 - Move privacy state checking from nsFormHistory to its callers. r=dolske
* * *
Bug 800669 - "Remove recent addition of gPrivateBrowsingUI in PB search bar test" [r=josh]
2012-10-24 00:27:58 -04:00
Phil Ringnalda
d4958e687d Back out d9c1eb0c7b8d (bug 804068) for forgetting there was a browser-chrome test to adjust 2012-10-23 21:23:23 -07:00
Nathan Froyd
f706e21609 Bug 805069 - use SimpleTest.executeSoon instead of SpecialPowers.executeSoon in test_devicemotion_multiple_listeners.html; r=jdm 2012-10-23 12:36:13 -04:00
Nathan Froyd
4c71aa9abd Bug 567950 - fix intermittent browser_keyevents_during_autoscrolling.js timeout by properly cleaning up in browser_default_image_filename.js; r=gavin 2012-10-24 12:33:10 -04:00
Boris Zbarsky
b8bd569bf0 Bug 804799. Make sure we keep advancing our current find point through the document even in cases when we optimize by moving it to the first visible range, so we don't get stuck in an infinite loop. r=masayuki 2012-10-24 16:10:49 -04:00
Boris Zbarsky
82bd188144 Bug 804725. Use the right type name for interface arguments for binding example codegen. r=jst 2012-10-24 16:10:49 -04:00
Boris Zbarsky
f2b84a3ae9 Bug 793267. Add support for [Unforgeable] in WebIDL. r=peterv
Unforgeable attributes are defined directly on the object, not on the
prototype.  So we keep them in a separate spec array and define them
during object creation as needed.

This means that we have to pass that separate spec array to the Xray
helpers, unfortunately, which somewhat complicates those.
2012-10-24 16:10:49 -04:00
Neil Deakin
5c3be470f7 Bug 782547, allow killfocus and deactivate messages to arrive in any order, remove blur suppression code, r=jmathies 2012-10-24 16:05:29 -04:00
Benoit Jacob
ffeffc42cc Bug 757593 - Fix WebGL context restorer timer: InitWithFuncCallback's 3rd parameter is a number of milliseconds - r=bz 2012-10-24 15:46:31 -04:00
Rafael Ávila de Espíndola
36d17fb8f3 Bug 777122 - Add telemetry reporting of late writes. r=jlebar. 2012-10-24 15:42:54 -04:00
Wan-Teh Chang
7ec7be599b Bug 795987: Upgrade NSPR to NSPR_4_9_3_RTM. Includes a patch for
bug 749849.
2012-10-24 12:37:30 -07:00
Mike Conley
ce88c1ca2d Bug 804690 - Skip test for bug 627234 if the Private Browsing service is not available. r=dkeeler. 2012-10-24 15:00:36 -04:00
Geoff Brown
6126362f66 Bug 785577 - Re-enable robocop testWebContentContextMenu 2012-10-24 10:14:54 -06:00
Rafael Ávila de Espíndola
413c99d3c7 Bug 805096 - Better explain why we use __attribute__((weak)). r=glandium.
--HG--
extra : rebase_source : 8db4439601c47c3f969d11694e5859dc44ca68d0
2012-10-24 14:33:45 -04:00
Jeff Walden
7ac97fd5f9 Bug 804872 - TestObserverArray.cpp shouldn't invoke macros with empty arguments. This is a C99/C++11 extension, and this file isn't currently compiled as C++11. r=dholbert 2012-10-24 09:42:20 -07:00
Jonathan Griffin
cbc1e86005 Bug 803254 - Detect emulator crashes, r=ahal, DONTBUILD(NPOTB) 2012-10-22 15:00:54 -07:00
Asaf Romano
ed8d206c41 Backing out Bug 803013's patch due to Android orange. 2012-10-24 11:27:00 +02:00
Asaf Romano
c3f6cc74e8 Backing out Bug 803013's patch due to Andriod orange. 2012-10-24 11:26:24 +02:00
Asaf Romano
10aabcd0ba Backing out Bug 803013's patch due to Andriod orange. 2012-10-24 11:18:29 +02:00
Ryan VanderMeulen
ce44cdfbd3 Merge the last PGO-green inbound changeset to m-c. 2012-10-23 22:28:33 -04:00
Olli Pettay
b0e3180948 Bug 780770, nsThread::SetMainThreadObserver, r=bz+bholley 2012-10-24 01:26:36 +03:00
Alexandre Poirot
afbc09258f Bug 791039 part 2: Fill webapp appcache from its local cache folder. [r=vingtetun]
--HG--
extra : rebase_source : 6bbf96eaf461ba7d66c96a0c501a6466c9717d43
2012-10-23 13:52:57 -07:00
Alexandre Poirot
7276011d72 Bug 791039 part 1: Factorize code executed after system app install. (onAppsLoaded function) [r=vingtetun]
--HG--
extra : rebase_source : e0fd524a16500c56c578945c1bee1084071eba2c
2012-10-23 13:52:57 -07:00
Alexandre Poirot
e2cc52cc86 Bug 791039 part 0: Fix typo in Webapps.jsm [r=fabrice]
--HG--
extra : rebase_source : 1b752cd5e977c8f6c4ff07b090226d0240e64feb
2012-10-23 13:52:57 -07:00
Kartikaya Gupta
548aa82bea Bug 802640 - Extract a method for touchstart event handling. r=wesj 2012-10-23 17:51:22 -04:00
Kartikaya Gupta
65edaf8515 Bug 802640 - Break out a zoomToElement function from the DoubleTap handler. r=wesj 2012-10-23 17:51:22 -04:00
Patrick McManus
3ff8d7a652 bug 803267 - speculative backout of 802378 to test crash stats r=backout 2012-10-23 16:42:19 -04:00