Ryan VanderMeulen
10646bb3b1
Merge m-c to b2g-inbound.
2013-08-06 10:16:19 -04:00
Gaia Pushbot
39b37ef5f6
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/83566e190ff3
Author: John Hu <johu@mozilla.com>
Desc: Merge pull request #11221 from huchengtw-moz/video/Bug_898993_thumbnail_size_is_not_compitable_to_hdpi
Bug 898993 - the creation of thumbnail size is not compatible to hdpi de...
========
https://hg.mozilla.org/integration/gaia-central/rev/64a51f6734fd
Author: John Hu <johu@mozilla.com>
Desc: Bug 898993 - the creation of thumbnail size is not compatible to hdpi device
2013-08-06 07:10:25 -07:00
Gian-Carlo Pascutto
2caf81507c
Bug 772280 - Abort text selection if the selection is far off the click point. r=margaret
2013-08-06 10:38:32 +02:00
Julian Seward
710e916d72
Bug 892774 - Breakpad Stack scan: speed up MyCodeModules::GetModuleForAddress. r=bgirard.
2013-08-06 10:36:10 +02:00
Dirk Schulze
8dc0ca2307
Bug 901847 - Fixes syntax failure in filters drop-shadow test. r=heycam
2013-08-06 17:53:53 +10:00
Max Vujovic
a0613f3e89
Bug 898175 - Refactor filter parsing to use a keyword lookup table for filter function names. r=dbaron
2013-08-06 17:53:30 +10:00
Tim Abraldes
c9ab8fe638
bug 866304 DialogUI "modals" cleanup patch. Removes the "modals" portions of DialogUI. Converts the crash reporter prompt to use nsIPromptService.confirmEx instead of DialogUI.importModal. r=mbrubeck
...
The crash reporter prompt is the only consumer of DialogUI.importModal and related code. The "modals" concept that DialogUI implements should go away in favor of tab-modal dialogs and tab-agnostic notifications (e.g. flyouts). I don't think that the crash reporter prompt should be a tab modal dialog; I'd prefer to see it become an about: page or perhaps a flyout. Making it a tab-modal prompt was just the easiest thing to do in this set of patches.
2013-08-05 23:29:55 -07:00
Tim Abraldes
7c24cf81ca
bug 866304 DialogUI dialogs cleanup patch. Removes unused/obsolete code from DialogUI. r=mbrubeck
...
The "dialog" concept is unused (the last consumer was the sync setup UI which is now a flyout) and is obsolete since we have prompts.
2013-08-05 23:29:55 -07:00
Tim Abraldes
c774f206e1
bug 866304. In metro, use the tab-modal prompt implementation that is available in toolkit. r=mbrubeck
...
This patch replaces metro's 'PromptService' (which implements nsIPromptService and nsIPrompt, among others) with an implementation that simply forwards all calls to toolkit's nsPrompter.js. Before forwarding each call, it writes the "allowTabModal" property on the object obtained from nsPrompter.js, causing the created prompt to be tab-modal.
It also adds functionality to browser.js for creating tab modal prompts. One of the changes made as part of adding this functionality is replacing the <browser> with a <stack> of <browser> objects.
2013-08-05 23:29:54 -07:00
Matt Brubeck
2db118e308
Bug 901671 - Control-L should always select the text in the address field [r=rsilveira]
2013-08-06 16:06:37 -07:00
Matt Brubeck
6bdd15e23a
Bug 901094 - Progress indicator hidden when navbar is hidden [r=sfoster]
2013-08-06 16:06:15 -07:00
Allison Naaktgeboren
8385f6306a
Bug 901487 - Inconsistent spelling of "add-ons" in about:addons override for Metro, improve l10n structure of sentence.r=mbrubeck
2013-08-06 15:04:46 -07:00
David Rajchenbach-Teller
7c485354a0
Bug 900946 - moduleStack now plays smarter with urls. r=gozala
2013-08-06 17:57:08 -04:00
Alexandre Poirot
661ae7ad91
Bug 900500 - Add pref to bypass devtool's prompt on remote connection. r=robcee, r=mgoodwin
2013-08-06 17:56:45 -04:00
Marco Castelluccio
20c22a85e9
Bug 892833 - Enable mozTCPSocket in the desktop runtime. r=dpreston
2013-08-06 17:56:19 -04:00
Adrian May
34d47e3229
Bug 899167 - Change 'SelectedText' to 'TextSelection' and move handling from browser.js to TextSelection.js, r=margaret
2013-08-06 16:58:41 -04:00
Timothy Nikkel
25d9b92cad
Bug 896053. Unlink sibling/child lists of widgets for nsCocoaWindow's correctly. r=smichaud
2013-08-05 23:32:23 -05:00
Nicolas B. Pierron
99f95ab53a
Bug 901178 - IonMonkey: Avoid parsing unused lambda functions. r=bhackett
2013-08-05 20:52:28 -07:00
Daniel Holbert
7348d25203
Bug 901799: Remove no-longer-used variable 'compartment' from MacroAssembler::checkInterruptFlagsPar(). r=bhackett
2013-08-05 23:28:50 -04:00
Alexander Surkov
8bdfa31c00
Bug 900943 - multiline textbox contains bogus <br>, r=tbsaunde
...
--HG--
rename : accessible/tests/mochitest/text/test_label.xul => accessible/tests/mochitest/text/test_general.xul
2013-08-05 22:09:05 -04:00
Brian R. Bondy
a879d5c7c3
Bug 901025 - Allow GDI rendering mode when OMTC is enabled. r=jimm
2013-08-05 22:00:48 -04:00
Brian R. Bondy
aa0e6d9e85
Bug 901071 - D2D rendering always being disabled for Windows 8.1 on Intel hardware. r=bjacob
2013-08-05 22:00:42 -04:00
Daniel Holbert
879d9d11a9
Bug 901645: Mark some variables in content/base/src as DebugOnly. r=smaug
2013-08-05 21:35:08 -04:00
Boris Zbarsky
cb5a1d24f1
Bug 901682. Rev the IID for nsXMLHttpRequest. r=gavin
2013-08-05 21:28:51 -04:00
Mike Hommey
b3e0312bdd
Bug 901413 - Support GNU/kFreeBSD in AsmJSSignalHandlers.cpp. r=luke
2013-08-06 10:09:05 +09:00
Mike Hommey
8eac84d3d4
Bug 901202 - Set WEBRTC_TARGET_ARCH to a right value on ia64. r=ted
2013-08-06 10:08:48 +09:00
Mike Hommey
fb9eaf3a84
Bug 901149 - Add the clang workaround for __float128 to HOST_CXXFLAGS when not cross-compiling. r=ted
2013-08-06 10:08:23 +09:00
Ryan VanderMeulen
19f45ff72d
Backed out changesets aee6b1a6c400 and a633e4d67d31 (bug 875277) for bustage.
2013-08-05 20:47:07 -04:00
Jan Beich
94b3cf9095
Bug 901251 - Make --disable-necko-wifi actually work on Linux. r=glandium
2013-08-05 20:24:05 -04:00
Yoshi Huang
f28d1eae5d
Bug 900321 - Part 2: Update RIL and test case. r=vicamo
2013-08-05 15:23:10 +08:00
JW Wang
ec7bb8499e
Bug 875277 - Part 2: Implement WaveShaperNode.oversample - speex. r=ehsan
2013-08-05 10:34:52 +08:00
Yoshi Huang
c7198bbfc9
Bug 900321 - Part 1: Add more card states in IDL . r=vicamo. sr=sicking
2013-08-02 15:09:06 +08:00
Gaia Pushbot
c81d7d29be
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/78dcf8d32fa5
Author: Ian Liu <iliu@mozilla.com>
Desc: Merge pull request #11395 from oconnore/902305-clock-alarm-repeat-object
Bug 902305 - Change alarm repeat representation from a bitset to an object, r=@ian-liu
========
https://hg.mozilla.org/integration/gaia-central/rev/d5cb4c0c575e
Author: Eric O'Connor <eric@bocoup.com>
Desc: Change alarm repeat data representation from a bit-string to an object.
'0000011' -> {saturday: true, sunday: true}
2013-08-07 20:51:24 -07:00
Edgar Chen
662452fa0f
Bug 900850 - Part 2: Xpcshell tests for accessing contacts of CDMA RUIM. r=allstars.chh
2013-08-06 12:00:52 +08:00
Edgar Chen
7eaa0449c5
Bug 900850 - Part 1: Support accessing contacts of CDMA RUIM. r=allstars.chh
2013-08-02 16:13:32 +08:00
Ryan VanderMeulen
987bbb9c94
Bug 901416 - Follow-up fix for Werror bustage.
2013-08-07 20:45:54 -04:00
Jonathan Griffin
9ddee954af
Bug 902225 - Enable test_import_script_reuse_window.py. r=dburns
2013-08-06 16:31:34 -07:00
Jonathan Griffin
0c4337a6c0
Bug 790787 - Enable more unit tests on B2G. r=mdas
2013-08-06 17:34:30 -07:00
Jonathan Griffin
9493cd9b02
Bug 758329 - Enable test_emulator_order.py. r=mdas
2013-08-06 16:03:39 -07:00
Randy Lin
5c43912958
Bug 902151 - MediaRecorder does not need to tell the cycle collector about mReadThread. r=khuey
2013-08-07 13:55:53 +08:00
Randy Lin
5fe3d87b3f
Bug 900708 - Media Recording - Remove the Assertion in EncodedBufferCache.h. r=roc
2013-08-05 16:49:10 +08:00
Shelly Lin
5b02846740
Bug 896980 - Add error handlings if fail to init track encoder or container writer. r=roc
2013-08-06 18:53:07 +08:00
Marco Castelluccio
309c83a3a0
Bug 854975 - Print app.installTime, beforehand e installSuccess time to understand what's going on in test_install_app.xul. r=fabrice
2013-08-07 20:07:41 -04:00
Jeremy Kim
3c7a37695e
Bug 901416 - Don't add multiple instances of the network-blip observer to nsGlobalWindow. r=jlebar
2013-08-07 20:07:41 -04:00
Jan Jongboom
db365c9dce
Bug 899999 - Implement new InputContext API. r=yxl
2013-08-07 20:07:41 -04:00
Gaia Pushbot
26b36f402d
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/be017a4d1a4f
Author: James Lal <james@lightsofapollo.com>
Desc: Merge pull request #11327 from ganesh7/bug_901111
events only change if valid2
========
https://hg.mozilla.org/integration/gaia-central/rev/86d1045013b8
Author: gghosh <ganeshghosh@gmail.com>
Desc: BUG 901111- When editing an event with invalid data, despite the warning, the data is still saved.
2013-08-07 16:45:24 -07:00
Ed Morley
e15257e4dc
Merge mozilla-central and b2g-inbound
2013-08-07 16:19:28 -07:00
Jose Antonio Olivera Ortega
ce1a8d8647
Bug 894871 - [User Story] [Suplementary Services] Temporary MMI codes: support calling line identification restriction (+CLIR). r=hsinyi
2013-08-08 00:47:34 +02:00
Gaia Pushbot
123a1f916e
Bumping gaia.json for 4 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/b6408d2d9046
Author: Ghislain 'Aus' Lacroix <aus@noiseport.org>
Desc: Merge pull request #11254 from nullaus/market-customizations
Market customizations helper object and base test case
========
https://hg.mozilla.org/integration/gaia-central/rev/95614e3fffab
Author: Ghislain 'Aus' Lacroix <aus@mozilla.com>
Desc: bug 892153
Create Operator Variant Helper and base tests for Market Customization work. Object enables customization of settings and other application data on first SIM insertion AND during SIM changes at runtime if so desired.
r=timdream, julienw
========
https://hg.mozilla.org/integration/gaia-central/rev/8ebf016ddc47
Author: Jonathan Griffin <jgriffin@mozilla.com>
Desc: Merge pull request #11410 from jonallengriffin/902641
Bug 902641 - Disable contacts_list_test.js for frequent TBPL orange, a=t...
========
https://hg.mozilla.org/integration/gaia-central/rev/5b3a5f923cb9
Author: Jonathan Griffin <jgriffin@mozilla.com>
Desc: Bug 902641 - Disable contacts_list_test.js for frequent TBPL orange, a=test-only
2013-08-07 14:45:23 -07:00
Gaia Pushbot
b7823f313c
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/553715baac40
Author: Jonathan Griffin <jgriffin@mozilla.com>
Desc: Merge pull request #11407 from ahal/xulrunner
Bug 902496 - Update copy of xulrunner-sdk being used
========
https://hg.mozilla.org/integration/gaia-central/rev/8d6106f716c6
Author: Andrew Halberstadt <halbersa@gmail.com>
Desc: Bug 902496 - Update copy of xulrunner-sdk being used, r=jgriffin
2013-08-07 14:00:23 -07:00