Nathan Froyd
006ac8fb9c
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
c5dd31bd5f
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
18610055c4
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
2b5f806cc9
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
7f1001416d
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
9b38025820
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
7df8973d95
Bug 777122 - Add telemetry reporting of late writes. r=jlebar.
2012-10-24 15:42:54 -04:00
Wan-Teh Chang
1d2354d4de
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
d9903283d7
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
5d8678fd2c
Bug 785577 - Re-enable robocop testWebContentContextMenu
2012-10-24 10:14:54 -06:00
Rafael Ávila de Espíndola
151dedf22c
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
df7997fc3a
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
f6a364284b
Bug 803254 - Detect emulator crashes, r=ahal, DONTBUILD(NPOTB)
2012-10-22 15:00:54 -07:00
Asaf Romano
c29ed3fc51
Backing out Bug 803013's patch due to Android orange.
2012-10-24 11:27:00 +02:00
Asaf Romano
ea51dec27d
Backing out Bug 803013's patch due to Andriod orange.
2012-10-24 11:26:24 +02:00
Asaf Romano
e7a5aadcfb
Backing out Bug 803013's patch due to Andriod orange.
2012-10-24 11:18:29 +02:00
Ryan VanderMeulen
12d8547592
Merge the last PGO-green inbound changeset to m-c.
2012-10-23 22:28:33 -04:00
Olli Pettay
f060a0ba42
Bug 780770, nsThread::SetMainThreadObserver, r=bz+bholley
2012-10-24 01:26:36 +03:00
Alexandre Poirot
5bf1c4eab7
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
43e8222ee2
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
d4a35a86bb
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
d885a0d22d
Bug 802640 - Extract a method for touchstart event handling. r=wesj
2012-10-23 17:51:22 -04:00
Kartikaya Gupta
a5f16ca5a9
Bug 802640 - Break out a zoomToElement function from the DoubleTap handler. r=wesj
2012-10-23 17:51:22 -04:00
Patrick McManus
c0fb380918
bug 803267 - speculative backout of 802378 to test crash stats r=backout
2012-10-23 16:42:19 -04:00
Gregory Szorc
7e84d90b28
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
378edea4f0
Bug 800106: replace some NS_ALWAYS_INLINEs with MOZ_ALWAYS_INLINEs; r=ehsan
2012-10-23 13:31:22 +02:00
Henrik Skupin
acd86c8ba3
Bug 791330 - Crashtest for WebRTC crash [@ mozilla::NrIceCtx::GetGlobalAttributes], r=jesup
2012-10-23 16:18:09 -04:00
Alexandre Lissy
19819d8da3
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
7bdeb64895
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
21b994407b
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
a2b64adec7
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
10dd63379c
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
5d9fb92faa
Bug 803628 - Fixing test file for bug 795164 [r=fabrice]
2012-10-22 22:07:46 -07:00
Robert O'Callahan
8c694ead4c
Backing out 20279718e3c7 (bug 717178 part 2) for test bustage on a CLOSED TREE
2012-10-23 16:31:12 +13:00
Henrik Skupin
c072edf87a
Bug 804118 - Fix crashtests to use mozRTCPeerConnection insread of mozPeerConnection. r=jesup
2012-10-22 22:22:27 -04:00
Andrea Marchesini
9ec8f5829f
Bug 803452 - Remember my choice for geolocation doesn't work. r=vingtetun
2012-10-22 22:22:27 -04:00
Anthony Jones
756c5c7d16
Bug 791428 - Remove unnecessary malloc from number format function. r=roc
2012-10-22 22:22:27 -04:00
Anthony Jones
429690fd65
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
0cb9653ca1
Bug 797512 Signaling: simplify set_dtls_fingerprint r=jesup
2012-10-22 16:38:52 -07:00
Ethan Hugg
04d9d55b98
Bug 803875 MediaConstraints - fix length handling r=jesup
2012-10-22 13:25:44 -07:00
Mook
664647cf94
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
3acf01ecb1
Bug 803684 - Add a memory reporter for in-memory file data. r=khuey,njn
2012-10-24 22:06:31 -04:00
Masatoshi Kimura
34642db466
Bug 801487 - Update WebIDL definitions. r=sicking
2012-10-24 22:03:21 -04:00
Masatoshi Kimura
8ac5e03d44
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
66ba4ec646
Bug 796418 - Check cairo matrix before drawing. r=joe
2012-10-24 22:03:21 -04:00
Matt Wobensmith
7a7d879c1d
Bug 799952 - Test for x-domain access to location objects. r=bz
2012-10-24 22:03:20 -04:00
Szabolcs Hubai
39945cb6c4
Bug 785015 - Check for this.aus in appUpdater.removeDownloadListener. r=bbondy
2012-10-24 20:39:51 +02:00
Ryan VanderMeulen
b497bf9bc4
Merge m-c to inbound.
2012-10-24 22:03:15 -04:00
Randell Jesup
8518f841ca
Bug 803976: Bustage fixes r=ehsan
2012-10-24 21:31:08 -04:00
Randell Jesup
2eb9a9bf7e
Bug 803976: Implementation of LocalMediaStreams for .stop() r=roc,anant
2012-10-24 19:21:32 -04:00