Граф коммитов

354455 Коммитов

Автор SHA1 Сообщение Дата
Mike de Boer 015a5800a0 Bug 991072: fix zoom percentage label to be centered in any toolbar. r=mconley 2014-04-02 15:47:55 +02:00
Matthew Noorenberghe 128cd3192b Bug 990384 - Define tabToolbarNavbarOverlap to reduce magic numbers in CSS for the overlap between the tabs and nav-bar. r=mconley 2014-04-02 11:43:03 -04:00
David Rajchenbach-Teller cb7efd3977 Bug 961317 - Clean up OS.File shutdown race condition and rework OS.File reset/shutdown. r=froydnj 2014-04-02 11:42:51 -04:00
Mike de Boer d4180770ac Bug 990533: use correct toolbar icon for the Home button when placed on the Bookmarks toolbar. r=mak. 2014-04-02 12:52:16 +02:00
Mike de Boer e260d435ed [Australis] Bug 986324: small refactor of urlbar and search field styles. r=dao. 2014-04-03 15:01:35 +02:00
Carsten "Tomcat" Book 97f4cb383a Backed out changeset f3b94fd3b799 (bug 985742) test failures in browser-chrome 2014-04-04 11:28:19 +02:00
Szabolcs Hubai 1d79f1c311 Bug 985742 - Construct the [[Prototype]] chain given to FUEL Application instances without using mutable __proto__. r=mak 2014-04-04 00:24:48 -07:00
Matthew Noorenberghe ac9d6d88f2 Bug 973855 - [Australis] Include browser-bottombox in the customization mode padding. r=jaws 2014-04-04 00:23:44 -07:00
Victor Porof db5a1d0d8e Relanding bug 991175 as a backout of changeset b1b18a46eda2 because it has no tests and can't cause browser-chrome bustage, r=me 2014-04-04 03:13:45 -04:00
Victor Porof f3f0e07468 Relanding bug 991392 as a backout of changeset a192ea8b6fce because it has no tests and can't cause browser-chrome bustage, r=me 2014-04-04 03:13:45 -04:00
Brian Nicholson 9d6b585c4a Bug 991555 - Write native prefs to the custom GeckoSharedPrefs file. r=rnewman 2014-04-03 23:50:52 -07:00
Phil Ringnalda cd3e751c10 Bug 986760 (with a dash of 989101 added in) - disable browser_UITour3.js on Linux for excessive failures and lack of action taken toward fixing them 2014-04-03 20:12:02 -07:00
Wes Kocher 47966ad501 Backed out changeset 312c314e230b (bug 991175) for pushing tests around, causing chunked browser-chrome bustage on a CLOSED TREE 2014-04-03 15:15:39 -07:00
Wes Kocher 83eb7ca9eb Backed out changeset a17657a71b01 (bug 991376) for pushing tests around, causing chunked browser-chrome bustage on a CLOSED TREE 2014-04-03 15:15:26 -07:00
Wes Kocher bb3aade90a Backed out changeset d53cc3ad38ec (bug 991392) for pushing tests around, causing chunked browser-chrome bustage on a CLOSED TREE 2014-04-03 15:14:53 -07:00
Ryan VanderMeulen 63597de0aa Merge m-c to fx-team on a CLOSED TREE. 2014-04-03 15:29:13 -04:00
Panos Astithas 6929a22b3c Bug 991112 - Disable RDP logging for faster tests. r=vporof
--HG--
extra : rebase_source : 4a5b5b8001a7a9e1bf0aae3ecd6bb600b6d15154
2014-04-03 18:22:49 +03:00
Panos Astithas 0cdb7c7b4a Fix a typo in error reporting when attaching to the tracer (bug 989627). r=vporof
--HG--
extra : rebase_source : 59547f9b8f21bc4205b358701d1c9aa900049e81
2014-04-03 16:59:46 +03:00
Victor Porof 453fd4ebe3 Bug 991392 - Make the separator between the watch expressions and variables view visible in the debugger, r=past 2014-04-03 11:22:23 -04:00
Victor Porof 23f74dd497 Bug 991376 - The variables inspection popup shouldn't opening when hovering js literals, r=past 2014-04-03 11:22:23 -04:00
Victor Porof b014790f0a Bug 991175 - Headers values in the netmonitor sidepane are very hard to read and copy after clicking on them, r=msucan 2014-04-03 11:22:22 -04:00
Carsten "Tomcat" Book 2b4409fcb9 Merge m-c to fx-team 2014-04-03 12:57:40 +02:00
Paolo Amadini 1e43c6691e Bug 988327 - Convert to Promise.jsm in "toolkit/devtools/server/tests/mochitest". r=dcamp 2014-04-03 11:57:35 +02:00
Jan Beich 9e439b6550 Bug 948946 - Use private-browsing indicator with GTK theme on non-Linux as well. r=MattN 2014-04-03 02:22:00 +02:00
B2G Bumper Bot 88074929af Bumping manifests a=b2g-bump 2014-04-02 02:46:22 -07:00
B2G Bumper Bot 61a96de6e2 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/c23b496987e1
Author: gasolin <gasolin@gmail.com>
Desc: Merge pull request #17354 from gasolin/issue-973448-2

Bug 973448 - [settings] refactor Support panel with AMD pattern, r=arthur

========

https://hg.mozilla.org/integration/gaia-central/rev/f5624be4f1a2
Author: gasolin <gasolin@gmail.com>
Desc: Bug 973448 - [settings] refactor Support panel with AMD pattern
2014-04-02 02:41:12 -07:00
Tooru Fujisawa b875c9fcae Bug 471713 - Add a script to generate documentation for SpiderMonkey opcodes from an index comment in vm/Opcodes.h and eventual comments by each opcode. (Actual opcode documentation to follow as reviews complete.) Document only JSOP_NOP for now, and comment out the sys.exit() in error(), so that we get broken but readable skeleton documentation. r=jwalden
--HG--
extra : rebase_source : 5d3c1feb8acbd24f661681fca6ecedacc7ce43a2
2014-04-02 18:38:44 +09:00
Jeff Walden 92717ac550 Remove TypedArrayObject::isArrayIndex. It's dead, Jim. No bug, r=jimb (natch)
--HG--
extra : rebase_source : 11953fdb442ca989c8f5fd102f6f91124a75014c
2014-04-03 20:04:34 -07:00
Timothy Nikkel 58a7e8e51c Bug 990631. When processing a native window move for a popup compare the new position with the actual position we expect to popup to be at. r=enndeakin
The ScreenPosition() (which looks at mScreenX/YPos) doesn't actually hold the screen position for anchored popups.
2014-04-04 18:59:03 -05:00
Eric Faust edf5e61761 Bug 890686 - Implement JS_GlobalObjectTraceHook, and install it appropriately. (r=billm) 2014-04-04 16:58:08 -07:00
Sean Stangl bd7da29ce3 Bug 985876 - Follow-up: Fix non-unified builds on a CLOSED TREE. no_r 2014-04-04 15:39:53 -07:00
Robert Strong 07a2a8dc5d Remove the huge foot-gun of removing all profiles from the uninstaller - Bug 432017 - Selecting remove personal data description text should clearly state that it removes *all* Firefox personal data. r=bbondy 2014-04-04 14:59:21 -07:00
Sean Stangl 40a7c304c1 Bug 985876 - Follow-up: remove unnecessary masm.and32(). no_r 2014-04-04 14:55:02 -07:00
Branislav Rankov c0c0158e2c Bug 985876 - IonMonkey MIPS: Refactor shared CodeGenerator code to be compatible with MIPS. r=sstangl 2014-04-03 17:59:28 +02:00
Branislav Rankov 244b6250f0 Bug 985876 - IonMonkey MIPS: Refactor shared Baseline and MacroAssembler code to be compatible with MIPS. r=sstangl 2014-04-03 17:53:04 +02:00
Branislav Rankov c7c794124b Bug 985876 - IonMonkey MIPS: Moved PushRegsInMask, PopRegsInMaskIgnore and clampDoubleToUint8 to architecture specific files. r=sstangl 2014-04-03 17:47:08 +02:00
Blake Kaplan 3a3257f6a8 Bug 899648 - Initial patch to make tab-modal prompts work. Original patch from Tom Schuster <evilpies@gmail.com>. r=dolske 2014-04-04 14:50:42 -07:00
Blake Kaplan 266c6f17eb Bug 971222 - Small cleanup around prompt code. r=bzbarsky 2014-04-04 14:50:42 -07:00
Ryan VanderMeulen 27af4d423e Backed out changeset bf184a7a1d63 (bug 990608) for Android crashes.
CLOSED TREE
2014-04-04 15:20:49 -04:00
Ryan VanderMeulen 6df7229f81 Merge m-c to inbound on a CLOSED TREE. 2014-04-04 15:12:07 -04:00
Ryan VanderMeulen bb487afe83 Backed out 5 changesets (bug 989667, bug 989641, bug 989748, bug 989759) for B2G bustage on a CLOSED TREE.
Backed out changeset 3dcbb0f401d8 (bug 989759)
Backed out changeset ee9fbb00aa80 (bug 989759)
Backed out changeset 2900014098ce (bug 989748)
Backed out changeset 3bd8dc58dcf3 (bug 989667)
Backed out changeset 10b769a8f5f2 (bug 989641)
2014-04-04 15:07:48 -04:00
Geoff Brown 89945d69f0 Bug 986738 - End robocop tests with nsIAppStartup.quit(); r=snorp 2014-04-04 12:11:21 -06:00
Nicolas B. Pierron 133ee8b9c3 Bug 989759 part 2 - Dispatch base on the instruction identifier. r=jandem 2014-04-04 10:48:34 -07:00
Nicolas B. Pierron a0a0b4d3d8 Bug 989759 part 1 - Identify every ResumePoint RInstruction. r=jandem 2014-04-04 10:48:34 -07:00
Nicolas B. Pierron f2e375663e Bug 989748 - Add RResumePoint to read recovery data. r=jandem 2014-04-04 10:48:34 -07:00
Nicolas B. Pierron b9bd4f48e2 Bug 989667 - Add writes of recovery meta-data to the MResumePoint. r=h4writer 2014-04-04 10:48:34 -07:00
Nicolas B. Pierron 63a298d4b0 Bug 989641 - Move FlattenedMResumePointIter into LRecover. r=jandem 2014-04-04 10:48:33 -07:00
Chris Lord cee53989a7 Bug 990608 - Make tile size configurable. r=tn,nical,bgirard 2014-04-04 18:42:44 +01:00
Jan de Mooij b36223a9fc Bug 986678 - Fix type check in TryAddTypeBarrierForWrite. r=bhackett 2014-04-04 19:38:10 +02:00
Neil Deakin f9e1db1ab8 Bug 475981, remove titles from a bunch of tests, fixing box wrapped in a block warnings,r=neil 2014-04-04 13:11:12 -04:00