Chris Peterson
cfc21cce7e
Backout 01fb250fbba1 (changeset description should have said bug 756504, not bug 756505). a=oops
2012-09-12 17:31:21 -07:00
Sriram Ramasubramanian
e3496a9f01
Bug 787627: Proper curve for croppped tabs button. [r=mfinkle]
...
--HG--
extra : rebase_source : dcf1beccbf9f62cb504b098c90b212b41493cc3c
2012-09-12 16:27:23 -07:00
Benjamin Peterson
93bfdeaedc
Bug 781422 - Give parameters defaults whenever they're undefined. r=jorendorff
...
--HG--
extra : rebase_source : 76adc4ad8eb99002919489107c15931c56f747d6
2012-09-12 19:17:17 -04:00
David Chan
d7680c1cc5
Bug 790795 - mozApps.installPackage doesn't call onsuccess/onerror handlers [r=fabrice]
2012-09-12 16:12:59 -07:00
Allison Naaktgeboren
394e2f4fdf
Bug 644734; r=gps
2012-09-12 15:08:07 -07:00
Christian Vielma
585957c59c
Bug 756505 - Implement DOM_KEY_LOCATION_JOYSTICK for Android game controllers. r=cpeterson
2012-09-12 11:19:39 -04:00
Chris Pearce
752fec9961
Bug 790521 - Propagate fullscreen state changes across countent boundaries rather than only mozbrowser boundaries. r=jlebar
2012-09-13 09:23:42 +12:00
Siddharth Agarwal
949d0b97c1
Part of bug 787655 - Make Win64 Pymake builds use -j4. r=coop
...
--HG--
extra : rebase_source : 0f6c19d76fabcb6735d379d294b1f66915ea6ba6
2012-09-13 02:45:53 +05:30
Neil Rashbrook
f194ed342b
Bug 790737 Tweak epoch date r=glandium
2012-09-12 22:15:25 +01:00
Ralph Giles
9041e67bc8
Bug 790381 - Remove custom extern "C" on opus_multistream.h. r=derf
...
Bug 748144 switched our opus decoding to use the
opus_multistream api so we could handle surround
audio files. The version of opus in our tree at
the time didn't include extern "C" {} protection
in the corresponding header, so we had to provide
our own.
With the update to the opus 1.0.0 source release
in bug 790381, this oversight is corrected and
we can remove our work-around.
2012-09-12 16:59:05 -04:00
Ralph Giles
a35bcd032f
Bug 790381 - Update libopus to 1.0.0 release. r=derf
...
Update files to match the opus-1.0.0 source release.
This corresponds to the spec implementation included
in RFC 6716.
Changes from the previous in-tree version (draft-12):
- Add extern "C" protection on opus_multistream.h.
- Align to sizeof(void*) instead of 4 bytes.
- Copyright header updates for IETF publication.
- Minor documentation and whitespace fixes.
2012-09-11 13:08:00 -07:00
Ralph Giles
1478f4c36d
Bug 790381 - Filter out makefile comments in opus update.sh. r=derf
...
We read *_sources.mk from the opus source tree to get a list
of needed files. As of the 1.0.0 release, those files have
comment lines, which the previous sed one-liner failed to
strip out.
The earlier version attempted this with 's/^#.8//', but
the whole file has been read into memory so we can
remove the line continuation escapes. However, the
newlines are still present, so we can replace this
with 's/#[^\n]*\(\n\)/\1\g' Which replaces everything
from a comment character to a newline with a newline.
We have to capture and subsitute the final newline instead
of using a literal \n because portable sed doesn't expand
that character on the right-hand side. GNU sed will,
however.
2012-09-12 16:59:04 -04:00
Jared Wein
4a4ee2a2fe
Bug 790278 - Add Social API prefs to about:support. r=gavin
2012-09-12 16:59:03 -04:00
Ed Morley
67c07956e3
Merge mozilla-central to mozilla-inbound
2012-09-12 21:58:18 +01:00
Ed Morley
4161cb07c2
Merge last PGO-green changeset of mozilla-inbound to mozilla-central
2012-09-12 21:50:56 +01:00
Wes Johnston
b08d16766d
Bug 783553 - Disable overscroll in webapps. r=kats
2012-09-12 13:36:36 -07:00
Mark Goodwin
7ebcef3a30
Bug 770176 - fix one-char typo in CSP error string. (r=l10n)
...
--HG--
extra : rebase_source : f804a0e80252624ffca3988e56f5c0d7bd96ba7b
2012-09-12 13:30:25 -07:00
Patrick McManus
3012910481
bug 789018 don't do speculative connect for http upgrade or trans without keep-alive r=jduell
2012-09-12 16:04:01 -04:00
Aki Sasaki
df0cacb775
bug 789373 - android-noion mozconfig. r=dvander DONTBUILD
...
--HG--
rename : mobile/android/config/mozconfigs/android/nightly => mobile/android/config/mozconfigs/android-noion/nightly
2012-09-12 12:38:31 -07:00
Marco Bonardo
ffd5807159
Backout a933e3c0ec0f (bug 749477) for causing a new random failure in m-oth
2012-09-12 21:26:38 +02:00
Rafael Ávila de Espíndola
5101e1a9f4
Bug 788276 - Properly check for broken (deprecated) compilers. r=gps.
...
Check for old gcc versions.
2012-09-12 14:54:40 -04:00
Rafael Ávila de Espíndola
3984de1de8
Bug 788276 - Properly check for broken (deprecated) compilers. r=gps.
...
Check for old versions of llvm.
2012-09-12 14:48:16 -04:00
Wes Johnston
332f7d7cbf
Bug 783921 - Fix homescreen icon scaling. r=mfinkle
2012-09-12 11:32:05 -07:00
Wes Johnston
8234baf59c
Bug 787271 - Add methods to call in jni through ctypes. r=mfinkle,blassey
2012-09-12 11:31:17 -07:00
Fabrice Desré
40565bd9e7
Bug 786203 - Permission Prompt should tell which app it comes from instead only gives the url [r=mounir]
2012-09-12 11:00:55 -07:00
Tom Schuster
a6de2b4f37
No bug - Proxy::fun_toString should call the fun_toString handler. r=jorendorff
2012-09-12 19:06:56 +02:00
Marshall Culpepper
e4b5c33107
Bug 790429: CSS syntax fix for B2G's content.css. r=vingtetun
2012-09-12 11:58:15 -05:00
Marshall Culpepper
df4965340d
Bug 787383: Send update download progress mozChromeEvents in B2G. r=fabrice
2012-09-12 11:53:03 -05:00
Marshall Culpepper
b904b1ca98
Bug 787380: Initial implementation of B2G updater download mozChromeEvents. r=fabrice
2012-09-12 11:53:03 -05:00
Marshall Culpepper
3a5ad504fc
Bug 740720: Initial implementation of B2G apply update mozChromeEvents. r=fabrice
2012-09-12 11:53:03 -05:00
Jason Orendorff
031d67828c
Bug 781343 - Part 2: common up some debug functions in shell/js.cpp. r=jimb.
...
--HG--
extra : rebase_source : 83946e4ad299b5a1fa8a246156414ca92d76bf84
2012-09-12 11:03:15 -05:00
Jason Orendorff
8ab261f54a
Bug 781343 - "Assertion failure: !cx->isExceptionPending()". r=jimb.
...
--HG--
extra : rebase_source : f1347aaf159380c78563418b73a412a8518a0517
2012-09-12 11:02:22 -05:00
Jason Orendorff
48c8e8d9bf
Bug 779025 - jit-test/tests/collections/Map-iterator-add-remove.js causes AddressSanitizer heap-use-after-free. r=luke.
...
--HG--
extra : rebase_source : bef5647e7a6936f4302880300e36653e21fc831e
2012-09-12 11:01:34 -05:00
Jason Orendorff
1288cd8a5e
Bug 778557 - "Assertion failure: !args.rval().isPrimitive() && callee != &args.rval().toObject()". r=jimb.
...
--HG--
extra : rebase_source : fa51b866178d26c0a2e17f0de13d4398b6ce8897
2012-09-12 11:00:08 -05:00
Andrew Quartey
6772f228fb
Bug 790354 - Remove unused variable 'ch' in nsBasicUTF7Decoder::ConvertNoBuff r=smontagu
2012-09-12 12:43:18 -04:00
Boris Zbarsky
c0a96f3008
Bug 790273. Add support for [LenientThis] in WebIDL. r=peterv
2012-09-12 17:24:58 +01:00
Mike Hommey
0dfd9ee84a
Backout changeset d2cf237d02fd (bug 787165) for l10n updates bustage
2012-09-12 17:52:06 +02:00
Yusuke Suzuki
52f75243f9
Bug 790247 - Reflect.parse should treat x["y"] as a computed MemberExpression. r=jorendorff.
2012-09-12 10:27:09 -05:00
Margaret Leibovic
cd21f369fb
Bug 790608 - Typos in aboutFeedback.dtd: indentifiable. r=mfinkle
2012-09-12 16:44:21 +02:00
James Willcox
a06590001d
Bug 786248 - Followup to add a small comment
2012-09-12 10:20:27 -04:00
James Willcox
e78b363462
Bug 786248 - Always invert Flash video on Honeycomb r=blassey
2012-09-12 10:17:22 -04:00
Gina Yeh
1cca3ee12d
Bug 789014 - Final version: Broadcast bonding-related events via system message, r=qdot, r=mrbkap
2012-09-12 22:03:42 +08:00
Joel Maher
acff5c211c
Bug 790271 - upload new talos.zip to capture fix for fennec robocop and xperf reporting. r=armenzg
2012-09-12 07:56:46 -04:00
Kartikaya Gupta
e240f0d40d
Bug 767449 - Allow robotium tests to put files in places other than /mnt/sdcard. r=jmaher
2012-09-12 07:56:31 -04:00
Gavin Sharp
5a2eb2a9cd
Bug 780594: do the event.target check for pageShowEventHandlers before setting a timeout, r=dao
...
--HG--
extra : transplant_source : %ED%AA%CE%10%822%00%B2%BFl%99%D5%B6yAz%BEz%F8%1A
2012-09-12 11:27:29 +02:00
Patrick Wang
7a1bf993f1
Bug 787517: Test case for reproducing bug r=jlebar
2012-09-12 14:12:09 +08:00
Patrick Wang
9cb2eeac19
Bug 787517: Prevent failure in BrowserElementParent when MessageManager is not available for sending message r=jlebar
2012-09-12 14:12:12 +08:00
Jan de Mooij
76ffe3fcc8
No bug - Fix Clang warnings in jsinfer.cpp and IonFrames.cpp. r=pierron
2012-09-12 15:00:45 +02:00
Lucas Rocha
ffd71878ab
Bug 787877 - History list doesn't update after you remove the last history item using context menu (r=wesj)
2012-09-12 12:31:44 +01:00
Chris Jones
a67f684009
Bug 780330: Avoid mapping/unmapping buffers when we don't use them. r=mattwoodrow sr=roc
2012-09-12 03:41:34 -07:00