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
Gregory Szorc
27442ee740
Bug 804536 - Fix virtualenv population on Windows; r=glandium
...
I'm pretty sure the previous code works on Python 2.7.3. This
patch may break Python 3 compatibility. We'll cross that
bridge when we come to it.
2012-10-23 09:13:00 -07:00
Jacek Szpot
6c54d3acb6
Bug 800106: replace some NS_ALWAYS_INLINEs with MOZ_ALWAYS_INLINEs; r=ehsan
2012-10-23 13:31:22 +02:00
Henrik Skupin
c264e710b1
Bug 791330 - Crashtest for WebRTC crash [@ mozilla::NrIceCtx::GetGlobalAttributes], r=jesup
2012-10-23 16:18:09 -04:00
Alexandre Lissy
7e170b73a1
Bug 788191 - Exporting ICC SPN and MSISDN, r=vicamo, sr=sicking
...
SPN is Service Provider Name, MSISDN is Mobile Station ISDN Number (i.e.
user's phone number), and both can be useful to have, e.g., to be able
to display them in Gaia settings (as Android does).
2012-10-23 14:54:51 +08:00
Henri Sivonen
0658c28103
Bug 687859 - Make the BOM take precedence when determining the character encoding of scripts. r=smaug.
2012-10-23 09:26:34 +03:00
Matthew Gregan
17519743eb
No bug - Update media/libnestegg's README_MOZILLA to point to correct git commit. DONTBUILD
...
--HG--
extra : rebase_source : bb122043b1839c206ea00512bd8ed7744f60a724
2012-10-23 18:09:52 +13:00
Matthew Gregan
8679053e85
No bug - Update media/libcubeb's import script to include upstreamed OpenSL backend.
...
--HG--
extra : rebase_source : 522aed702afc506555ed62a6b903b2bd2c4c314a
2012-10-23 17:22:10 +13:00
Mark Finkle
41c85cb0de
Bug 802946 - Cleanup the 'Hide Apps/Promo' mess [backout the preprocessor code] r=blassey
...
--HG--
rename : mobile/android/base/AboutHomeContent.java.in => mobile/android/base/AboutHomeContent.java
2012-10-23 01:08:30 -04:00
Etienne Segonzac
cd9297d202
Bug 803628 - Fixing test file for bug 795164 [r=fabrice]
2012-10-22 22:07:46 -07:00
Robert O'Callahan
f8e635ee8b
Backing out 20279718e3c7 (bug 717178 part 2) for test bustage on a CLOSED TREE
2012-10-23 16:31:12 +13:00
Henrik Skupin
6c9a1d75a2
Bug 804118 - Fix crashtests to use mozRTCPeerConnection insread of mozPeerConnection. r=jesup
2012-10-22 22:22:27 -04:00
Andrea Marchesini
6f9f95a78f
Bug 803452 - Remember my choice for geolocation doesn't work. r=vingtetun
2012-10-22 22:22:27 -04:00
Anthony Jones
877be0ebd6
Bug 791428 - Remove unnecessary malloc from number format function. r=roc
2012-10-22 22:22:27 -04:00
Anthony Jones
05bd6f276c
Bug 791428 - Limit pixel sizes so that they can't exceed app unit limits. r=roc
2012-10-22 22:22:27 -04:00
Ethan Hugg
8c014a3816
Bug 797512 Signaling: simplify set_dtls_fingerprint r=jesup
2012-10-22 16:38:52 -07:00
Ethan Hugg
1aa952bdb9
Bug 803875 MediaConstraints - fix length handling r=jesup
2012-10-22 13:25:44 -07:00
Mook
265cffd198
bug 782549 - check if the window has device sensor listeners, instead of global listener count (r=dougt)
2012-10-20 21:40:56 -07:00
Justin Lebar
f5e5b6d4cc
Bug 803684 - Add a memory reporter for in-memory file data. r=khuey,njn
2012-10-24 22:06:31 -04:00
Masatoshi Kimura
53d572c954
Bug 801487 - Update WebIDL definitions. r=sicking
2012-10-24 22:03:21 -04:00
Masatoshi Kimura
4240a47850
Bug 801487 - Update StringEncoding API per the latest spec and fix some bugs. r=sicking
2012-10-24 22:03:21 -04:00
Anthony Jones
68095a6134
Bug 796418 - Check cairo matrix before drawing. r=joe
2012-10-24 22:03:21 -04:00
Matt Wobensmith
a0d4ab9222
Bug 799952 - Test for x-domain access to location objects. r=bz
2012-10-24 22:03:20 -04:00
Szabolcs Hubai
d88afd4d7d
Bug 785015 - Check for this.aus in appUpdater.removeDownloadListener. r=bbondy
2012-10-24 20:39:51 +02:00
Ryan VanderMeulen
19a57d93c6
Merge m-c to inbound.
2012-10-24 22:03:15 -04:00
Randell Jesup
7471bcbfec
Bug 803976: Bustage fixes r=ehsan
2012-10-24 21:31:08 -04:00
Randell Jesup
b7a4ba499c
Bug 803976: Implementation of LocalMediaStreams for .stop() r=roc,anant
2012-10-24 19:21:32 -04:00
Randell Jesup
0b36cd32e3
Bug 803799: Start gUM streams in Success callback; add MediaManager mutex r=anant,roc
2012-10-24 19:21:15 -04:00