Gian-Carlo Pascutto
7a45806f08
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
3a424b6297
Bug 892774 - Breakpad Stack scan: speed up MyCodeModules::GetModuleForAddress. r=bgirard.
2013-08-06 10:36:10 +02:00
Dirk Schulze
bbd8a0f445
Bug 901847 - Fixes syntax failure in filters drop-shadow test. r=heycam
2013-08-06 17:53:53 +10:00
Max Vujovic
bcb8fc561d
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
cd4d6bb8fa
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
808e8c5722
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
9ee2f09a48
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
6b61bbdc62
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
73158917e6
Bug 901094 - Progress indicator hidden when navbar is hidden [r=sfoster]
2013-08-06 16:06:15 -07:00
Allison Naaktgeboren
fde5461631
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
45f938b298
Bug 900946 - moduleStack now plays smarter with urls. r=gozala
2013-08-06 17:57:08 -04:00
Alexandre Poirot
ca9b0fb21c
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
0006d15061
Bug 892833 - Enable mozTCPSocket in the desktop runtime. r=dpreston
2013-08-06 17:56:19 -04:00
Adrian May
8f4498e9f2
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
7fe33ccd60
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
9763b487a7
Bug 901178 - IonMonkey: Avoid parsing unused lambda functions. r=bhackett
2013-08-05 20:52:28 -07:00
Daniel Holbert
745487ea6b
Bug 901799: Remove no-longer-used variable 'compartment' from MacroAssembler::checkInterruptFlagsPar(). r=bhackett
2013-08-05 23:28:50 -04:00
Alexander Surkov
3213f1b881
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
a880c542f1
Bug 901025 - Allow GDI rendering mode when OMTC is enabled. r=jimm
2013-08-05 22:00:48 -04:00
Brian R. Bondy
4e460d2b5b
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
d7933dd7f2
Bug 901645: Mark some variables in content/base/src as DebugOnly. r=smaug
2013-08-05 21:35:08 -04:00
Boris Zbarsky
c02428d500
Bug 901682. Rev the IID for nsXMLHttpRequest. r=gavin
2013-08-05 21:28:51 -04:00
Mike Hommey
5d1144bc42
Bug 901413 - Support GNU/kFreeBSD in AsmJSSignalHandlers.cpp. r=luke
2013-08-06 10:09:05 +09:00
Mike Hommey
3361e723fb
Bug 901202 - Set WEBRTC_TARGET_ARCH to a right value on ia64. r=ted
2013-08-06 10:08:48 +09:00
Mike Hommey
af74b24a1d
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
87a4ee15f4
Backed out changesets aee6b1a6c400 and a633e4d67d31 (bug 875277) for bustage.
2013-08-05 20:47:07 -04:00
Jan Beich
08b80c546e
Bug 901251 - Make --disable-necko-wifi actually work on Linux. r=glandium
2013-08-05 20:24:05 -04:00
JW Wang
5c464c8e34
Bug 875277 - Part 2: Implement WaveShaperNode.oversample - speex. r=ehsan
2013-08-05 10:34:52 +08:00
Robert O'Callahan
211068c91a
Bug 898940. Show the controls bar for all non-dynamic controls. r=dolske
...
--HG--
extra : rebase_source : 86ba0e6b676760fbd35b2d67d8612ee4280716ba
2013-08-01 16:04:16 +12:00
Robert O'Callahan
27f0fafdba
Bug 902197. Don't allow multiple MediaStreams to share the same DOMMediaStream wrapper. r=ehsan
...
--HG--
extra : rebase_source : 60de0aaff391bcabae6c281036e4ab82589e2707
2013-08-07 10:14:35 +12:00
Robert O'Callahan
8f1d2e4cd0
Bug 879717. Delay entering HAVE_CURRENT_DATA state until a video frame has been stored in the image container. r=cpearce
...
--HG--
extra : rebase_source : 66fe9f25407ce60ad753ca33dac6001aa185665d
2013-08-06 00:15:23 +12:00
Robert O'Callahan
c5a9bf6292
Bug 856361. Part 9: Make SpeechStreamListener handle null AudioChunks. r=smaug
...
--HG--
extra : rebase_source : fdf0bde1220b950c168cae94367c8682184054f0
2013-08-01 16:02:49 +12:00
Robert O'Callahan
2d1ffcaf14
Bug 856361. Part 8: Fix copying of track data from input streams to output streams in AudioNodeExternalInputStream. r=padenot
...
--HG--
extra : rebase_source : 344780d9c27ce3026ae5c12a08ea6a1ba3b4e924
2013-08-01 16:02:49 +12:00
Robert O'Callahan
8976bb22fd
Bug 899863. Ensure resources with a Content-Length (that's not the result of a range request) are treated as bounded. r=cpearce
...
--HG--
extra : rebase_source : b3741deef952bf31b651c418efa5f168f9881469
2013-08-01 16:02:40 +12:00
JW Wang
835d56c5d5
Bug 875277 - Part 1: Implement WaveShaperNode.oversample - webidl enums. r=ehsan
2013-07-26 15:14:35 +08:00
Cykesiopka
e0561e8097
Bug 843363 - Remove unused variable 'rv' in nsDirectoryViewer.cpp. r=bz
2013-08-05 20:18:48 -04:00
Andrew McCreight
eb5f8005c8
Bug 901756 - Fix a few nits in nsCycleCollector.cpp r=khuey
...
Remove an unused forward declaration, and an unused field
2013-08-05 17:04:47 -07:00
Ryan VanderMeulen
2ac14b6276
Merge m-c to inbound.
2013-08-05 20:00:43 -04:00
Ryan VanderMeulen
9cb0fa3b38
Merge fx-team to m-c.
2013-08-05 19:52:46 -04:00
Ryan VanderMeulen
6991e4ab9b
Merge b2g-inbound to m-c.
2013-08-05 19:52:11 -04:00
Po-Chun Chang
8720931304
Bug 898691 - Avoid wasted work in TestTextFormatter.cpp. r=jlebar
2013-08-05 19:43:26 -04:00
Gaia Pushbot
d4ea059353
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/bfebfb81d21b
Author: Mihai Cîrlănaru <mihai@cirlanaru.com>
Desc: Merge pull request #11208 from mcirlanaru/bug_894457
Bug 894457 - [Call Log] Add 'Send Message' option to the phone ... r=@etiennesegonzac
========
https://hg.mozilla.org/integration/gaia-central/rev/931c02a71483
Author: Mihai Cirlanaru <mihai@cirlanaru.com>
Desc: Bug 894457 - [Call Log] Add 'Send Message' option to the phone action menu. r=etienne
2013-08-05 16:25:23 -07:00
Gaia Pushbot
556d02635d
Bumping gaia.json for 1 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/c746f50b0825
Author: Rick Waldron <waldron.rick@gmail.com>
Desc: Bug 900539 - [SMS][MMS] Context Menu options for email address in message body. r=gnarf
- Changes "phone-link" to "dial-link" to match ActivityPicker.dial (allows directly mapping action to ActivityPicker function)
- Changes "data-phonenumber" to "data-dial" to match ActivityPicker.dial
- Consolidates duplicated MozActivity calls for email, phone and url links
- Simplifies LinkActionHandler APIs to delegate to ActivityPicker wherever possible
- Removes duplicated try/catch boilerplate by providing an private abstract function for safely invoking MozActivity.
- Adds new locale string for "Send email" in email context menu
- Updates ThreadUI.activateContact to provide a "Send email" option, instead of a "Call" option when handling activations originating from an email address.
Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
2013-08-05 15:20:27 -07:00
Wes Johnston
960781c8d9
Bug 901408 - Use correct resolveGeckoURI function. r=margaret
2013-08-05 14:14:23 -07:00
Marco Castelluccio
8307a806dd
Bug 771294 - Install App doorhanger remains visible when installing page immediately loads another page. r=myk
...
--HG--
rename : dom/tests/mochitest/webapps/bug_765063.xul => dom/tests/mochitest/webapps/install_and_redirect_helper.xul
2013-08-05 16:30:41 -04:00
Tim Taubert
346a812e7a
Bug 898775 - Fix the browser.sessionstore.resume_from_crash preference; r=yoric
2013-08-05 20:26:27 +02:00
Bhavana Bajaj
26604ce559
Merging in version bump NO BUG
2013-08-05 11:06:54 -07:00
Bhavana Bajaj
d54f3f8182
Added tag FIREFOX_AURORA_25_BASE for changeset ad0ae007aa9e
2013-08-05 10:56:53 -07:00
Jim Mathies
7e2fe79397
Bug 890153 - Clear findbar text input focus when navigating found text. r=ally
2013-08-05 07:15:42 -05:00
Carsten "Tomcat" Book
5c34d25a48
Merge b2g-inbound to m-c
2013-08-05 11:22:48 +02:00