Commit Graph

307367 Commits

Author SHA1 Message Date
Reuben Morais
a07ac0a77a Bug 860559 - Add pref field to ContactField and ContactAddress. r=gwagner sr=mounir
--HG--
extra : rebase_source : 098d9071232058bdf4a0f9547398eca9c4303106
2013-04-27 08:28:53 -07:00
Ryan VanderMeulen
a3c2a74e3b Merge m-c to birch. 2013-04-26 23:16:34 -04:00
Myk Melez
35db014680 Backed out changeset 0444a6571cac for bug 865210 due to build bustage.
--HG--
extra : amend_source : 9cc742fbbbaaa823d6f770a31cc61fbc6f75754e
2013-04-26 17:44:07 -07:00
Alexandre Poirot
c9f9fbad12 Bug 865210 - Set a valid window icon for B2G desktop; r=vingtetun
--HG--
extra : amend_source : 999001892223313d953ac121d18bee6937d7c48e
2013-04-26 15:38:38 -07:00
Reuben Morais
82cfae8d50 Bug 855556 - Test the cached branch of getAll more extensively. r=gwagner 2013-04-26 15:05:06 -07:00
Ryan VanderMeulen
7b10404a7a Merge m-c to inbound.
--HG--
rename : mobile/android/base/resources/layout-large-v11/browser_toolbar_menu.xml => mobile/android/base/resources/layout-large-v11/browser_toolbar.xml
2013-04-26 16:46:46 -04:00
Ryan VanderMeulen
4d73ec81da Merge birch to m-c. 2013-04-26 16:41:11 -04:00
Timothy Nikkel
fe2b9609be Bug 865993. For layerized images GetImageContainer has the same meaning as Draw()'ing the image, and Draw will not be called on the image, so send the unlocked draw notification there too. r=joedrew 2013-04-26 14:58:17 -05:00
Timothy Nikkel
6542a83d06 Bug 865945. Increment the visible count before calling FrameCreated so that the image for an SVGFEImage element is actually considered visible. r=mats 2013-04-26 14:58:15 -05:00
Reuben Morais
7124b8a0a0 Bug 823999 - Disable diagnostic logging and add logging to PermissionPromptHelper. rs=gwagner 2013-04-26 12:50:56 -07:00
Jinho Hwang
c30def58ce Bug 864684 - Prevent two way scrolling if it is not neccessary. r=vingtetun 2013-04-26 16:50:12 -04:00
ffxbld
c9f2f2e129 No bug, Automated HSTS preload list update from host bld-linux64-ec2-373 - a=hsts-update 2013-04-26 12:24:14 -07:00
Jeff Muizelaar
670b423305 Bug 863392 - Disconnect layer during abnormal shutdown - r=nical 2013-04-26 15:18:16 -04:00
Geoff Brown
02d2dbfaf5 Bug 865944 - Add activity command to sutagent and increase ver to 1.17; r=jmaher DONTBUILD 2013-04-26 12:44:07 -06:00
Gregor Wagner
aae2d8a49a Bug 866135 - Contacts: Fully integrate PhonenumberJS when we save contacts. r=reuben 2013-04-26 11:20:41 -07:00
Reuben Morais
940452aba8 Bug 862250 - Fix upgrade code. r=gwagner
--HG--
extra : rebase_source : a883f49cd07203734f5ec47d375b1602484bce6d
2013-04-26 10:29:04 -07:00
Ryan VanderMeulen
5c715583ca Merge m-c to birch. 2013-04-26 13:00:21 -04:00
Sam Foster
aeb2fd4ae2 Bug 865170 - Fix TopSite's methods to handle multiple sites as input. r=mbrubeck
--HG--
extra : rebase_source : 02850083782a245c6046dc070760bf3083a1b144
2013-04-26 17:38:19 +01:00
Jon Coppeard
29fb6cbb63 Bug 866167 - GC: Make HashableValue::AutoRooter work r=terrence 2013-04-26 18:50:18 +01:00
Tim Taubert
0b553edd65 merge m-c to fx-team 2013-04-26 14:47:39 +02:00
Ryan VanderMeulen
b1b8a41e3d Merge birch to m-c. 2013-04-26 08:00:07 -04:00
Vivien Nicolas
1a34e49ac9 Bug 847352 - Preload SystemMessageHandler.js. r=fabrice 2013-04-26 12:17:25 +02:00
Vivien Nicolas
86b61484e9 Bug 864891 - b2g/chrome/content/forms.js can dispatch a 'change' event on the wrong window in a single process build. r=fabrice 2013-04-26 12:17:25 +02:00
Ryan VanderMeulen
978b248728 Backed out changeset d8c4ca787e39 (bug 865652) for xpcshell failures. 2013-04-26 11:30:40 -04:00
Ryan VanderMeulen
e70d2f0763 Backed out changeset cbbd94e6ab32 (bug 861496) for mochitest-2 orange. 2013-04-26 11:27:48 -04:00
Andreas Gal
ea83b4c0dd Bug 865929 - Add pref to limit the size of the canvas image cache r=jlebar,jdm a=tef+ 2013-04-26 07:16:12 -07:00
Ms2ger
9a7742a5f9 Bug 864166 - Part d: Outparamdel nsGlobalWindow::GetWebBrowserChrome; r=mounir 2013-04-26 08:51:04 +02:00
Ms2ger
58d00148c2 Bug 864166 - Part c: Outparamdel nsGlobalWindow::GetTreeOwner; r=mounir 2013-04-26 08:51:01 +02:00
Ms2ger
3e815fd7e5 Bug 864166 - Part b: Don't return nsresult from infallible helper functions in nsGlobalWindow; r=mounir 2013-04-26 08:50:54 +02:00
Ms2ger
36946ecd83 Bug 864166 - Part a: Handle window.alert(null) in the binding layer; r=mounir 2013-04-26 08:50:02 +02:00
Ms2ger
29dec51515 Bug 864165 - Outparamdel nsIWidget::GetSizeMode; r=tn 2013-04-26 08:49:47 +02:00
Ms2ger
3f97de8b3f Bug 862446 - Use CallArgs in XPC_WN_Helper_{Call,Construct}; r=bholley 2013-04-26 08:48:40 +02:00
Ms2ger
538b2b03a2 No bug - Sort the entries in Bindings.conf alphabetically. 2013-04-26 08:48:37 +02:00
Ms2ger
184931f9b9 Bug 852135 - Part d: Move nsDOMAttributeMap to WebIDL bindings, remove CI and QS; r=bz 2013-04-26 08:48:27 +02:00
Ms2ger
1d29441b12 Bug 852135 - Part c: Implement the remainder of the WebIDL API on nsDOMAttributeMap; r=bz 2013-04-26 08:48:23 +02:00
Ms2ger
6b81c09a4a Bug 852135 - Part b: Get rid of some explicit namespace qualifications in nsDOMAttributeMap; r=bz 2013-04-26 08:48:19 +02:00
Ms2ger
9c987a6040 Bug 852135 - Part a: Reindent some code in nsDOMAttributeMap; r=bz 2013-04-26 08:48:15 +02:00
Ms2ger
6739364f0a Bug 864145 - Cleanup nsDOMTouchEvent's TouchList getters; r=smaug 2013-04-26 08:48:00 +02:00
Ms2ger
f25020c780 Bug 864509 - Make SVGStringList inherit from nsISupports; r=bz 2013-04-26 08:47:11 +02:00
Justin Lebar
6bbda083e4 Bug 861441 - When changing a proces's CPU priority, call setpriority() on all threads, not just the main thread. r=gsvelto
It turns out that setpriority() on Linux sets the priority of just one
thread.  If you call setpriority() on a pid, you're setting the priority
of only the main thread in that process.
2013-04-25 20:53:27 -04:00
Justin Lebar
852bdff3d6 Bug 860799 - Part 2: Test that we give frames expecting a system message priority above vanilla BACKGROUND. r=khuey 2013-04-25 20:53:26 -04:00
Justin Lebar
b282c85385 Bug 860799 - Part 1: Give frames expecting a system message priority at least BACKGROUND_PERCEIVABLE, so long as either haven't yet handled the system message or are holding the CPU/high-priority wake lock. r=khuey 2013-04-25 20:53:26 -04:00
Justin Lebar
b6fbaf6db2 Bug 844323 - Part 3: ProcessPriorityManager tests. r=nsm,khuey 2013-04-25 20:53:26 -04:00
Justin Lebar
b9b9b91ceb Bug 844323 - Part 2 (The Main Event): Move ProcesPriorityManager to the main process. r=bent,khuey 2013-04-25 20:53:26 -04:00
Justin Lebar
c73b99561e Bug 844323 - Part 1: Move process preallocation logic out of ContentParent and into a new file, PreallocatedProcessManager. r=bent
Also make the PreallocatedProcessManager respond to pref changes.  This allows us to write a test involving the preallocated process.  Making this change was the main motivation for this patch; I moved the logic out of ContentParent because with the pref-watching code it was becoming unweildy.
2013-04-25 20:53:26 -04:00
Justin Lebar
d5a4a10ea7 Bug 844323 - Prelude part 4: Use 's' prefix on class-static variables, not 'g'. r=me 2013-04-25 20:53:26 -04:00
Justin Lebar
c4bfbf9f82 Bug 844323 - Prelude part 3: Change ProcessPriorityManager's export directory. r=khuey
It was mozilla/dom/ipc/ before, but this changes it to mozilla/, which matches the class's namespace.
2013-04-25 20:53:26 -04:00
Justin Lebar
4643d7b0c0 Bug 844323 - Prelude part 2: Switch xpcom/base/StaticPtr from NULL to nullptr, and add a necessary include. r=khuey
This is necessary to make this header compile in one of the places I use it.  Anyway it's the right change.
2013-04-25 20:53:26 -04:00
Justin Lebar
49e3399773 Bug 844323 - Prelude part 1: Use a pref to in nsHTMLMediaElement to control whether we talk to the audio service. r=amarchesini
Previously, we used #ifdef B2G.  Using a pref allows us to write mochitests which run in desktop Firefox that test the audio service and its interaction with other components.
2013-04-25 20:53:25 -04:00
Heather Arthur
7f385f62ee Bug 816967 - fix browser_webconsole_bug_782653_CSS_links_in_Style_Editor.js bustage; r=dcamp 2013-04-25 12:51:23 -07:00